mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
13 lines
278 B
CSS
13 lines
278 B
CSS
scrollbox:nth-child(5) {
|
|
scrollbar-width: thin !important;
|
|
}
|
|
|
|
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
|
|
scrollbox:nth-child(5) {
|
|
scrollbar-width: auto !important;
|
|
}
|
|
}
|
|
|
|
#navigator-toolbox {
|
|
-moz-window-dragging: no-drag; /* Disables window dragging */
|
|
}
|