Refactor vertical-tabs.css to improve overflow handling for better tab visibility and layout

This commit is contained in:
mr. M
2025-01-27 18:55:58 +01:00
parent acacf0885c
commit add4576f0a

View File

@@ -231,8 +231,7 @@
#tabbrowser-tabs {
margin-inline-start: 0 !important;
padding-inline-start: 0 !important;
overflow-x: hidden;
overflow-y: scroll;
overflow: hidden;
--tab-inner-inline-margin: 0;
@@ -355,7 +354,7 @@
#zen-browser-tabs-wrapper {
min-height: fit-content;
overflow-y: scroll;
overflow-y: auto;
}
#vertical-pinned-tabs-container {