mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
11 lines
291 B
CSS
11 lines
291 B
CSS
@media not (-moz-bool-pref: "theme.nosidebarscrollbar.before180b") {
|
|
#zen-tabs-wrapper {
|
|
scrollbar-width: none !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "theme.nosidebarscrollbar.before180b") {
|
|
#zen-browser-tabs-wrapper {
|
|
scrollbar-width: none !important;
|
|
}
|
|
}
|