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