From 5f6cc6490c95bb85da9ae9d2dbcebcbb04a43e4d Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Thu, 13 Nov 2025 20:48:43 +0100 Subject: [PATCH] feat: Only overflow the Y axis to prevent flashing, b=no-bug, c=common --- src/zen/common/styles/zen-browser-container.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-browser-container.css b/src/zen/common/styles/zen-browser-container.css index a1715df59..b857d9452 100644 --- a/src/zen/common/styles/zen-browser-container.css +++ b/src/zen/common/styles/zen-browser-container.css @@ -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);