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