mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
14 lines
303 B
CSS
14 lines
303 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 */
|
|
}
|