theme-store/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.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 */
}