mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 23:32:02 +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 {
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user