theme-store/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css
mr. m 🤙 586fc1e38f
Add theme: Clickable Scrollbar (#612)
Co-authored-by: tahawael <tahawael@users.noreply.github.com>
2024-10-19 11:45:19 -07:00

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 */
}