Skip to content

Commit 5f6cc64

Browse files
committed
feat: Only overflow the Y axis to prevent flashing, b=no-bug, c=common
1 parent 5dbd4ea commit 5f6cc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/common/styles/zen-browser-container.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
:root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) {
77
& #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer {
8-
overflow: clip;
8+
overflow-y: clip;
99

1010
:root:not([zen-no-padding='true']) &:not(.zen-glance-overlay) {
1111
border-radius: var(--zen-native-inner-radius);

0 commit comments

Comments
 (0)