feat: Only overflow the Y axis to prevent flashing, b=no-bug, c=common

This commit is contained in:
mr. m
2025-11-13 20:48:43 +01:00
parent 5dbd4ea616
commit 5f6cc6490c

View File

@@ -5,7 +5,7 @@
*/
:root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) {
& #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer {
overflow: clip;
overflow-y: clip;
:root:not([zen-no-padding='true']) &:not(.zen-glance-overlay) {
border-radius: var(--zen-native-inner-radius);