mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 12:13:52 +02:00
11 lines
300 B
CSS
11 lines
300 B
CSS
@media not (-moz-bool-pref: "theme.nosidebarscrollbar.beforebefore125b") {
|
|
scrollbox:nth-child(5) {
|
|
scrollbar-width: none !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "theme.nosidebarscrollbar.beforebefore125b") {
|
|
#zen-tabs-wrapper {
|
|
scrollbar-width: none !important;
|
|
}
|
|
}
|