mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-17 18:37:10 +00:00
feat: Only overflow the Y axis to prevent flashing, b=no-bug, c=common
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user