mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-21 17:21:56 +00:00
Refactor vertical-tabs.css to improve overflow handling for better tab visibility and layout
This commit is contained in:
@@ -231,8 +231,7 @@
|
|||||||
#tabbrowser-tabs {
|
#tabbrowser-tabs {
|
||||||
margin-inline-start: 0 !important;
|
margin-inline-start: 0 !important;
|
||||||
padding-inline-start: 0 !important;
|
padding-inline-start: 0 !important;
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
--tab-inner-inline-margin: 0;
|
--tab-inner-inline-margin: 0;
|
||||||
|
|
||||||
@@ -355,7 +354,7 @@
|
|||||||
|
|
||||||
#zen-browser-tabs-wrapper {
|
#zen-browser-tabs-wrapper {
|
||||||
min-height: fit-content;
|
min-height: fit-content;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#vertical-pinned-tabs-container {
|
#vertical-pinned-tabs-container {
|
||||||
|
Reference in New Issue
Block a user