Force overflow-x clipping in vertical tabs to ensure consistent styling

This commit is contained in:
mr. M
2025-02-12 20:05:56 +01:00
parent 9f6fbc5e57
commit d16992f5b2

View File

@@ -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;