mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 23:06:30 +00:00
Force overflow-x clipping in vertical tabs to ensure consistent styling
This commit is contained in:
@@ -368,7 +368,7 @@
|
||||
#zen-browser-tabs-wrapper {
|
||||
min-height: fit-content;
|
||||
overflow-y: auto;
|
||||
overflow-x: clip;
|
||||
overflow-x: clip !important; /* might break custom css with new design, so let's force it */
|
||||
height: 100%;
|
||||
scrollbar-width: thin;
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user