theme-store/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css
2025-02-14 05:50:41 +03:00

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;
}
}