mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-10 00:22:30 +00:00
Refactor vertical-tabs styles to simplify overflow handling and improve layout
This commit is contained in:
@@ -946,8 +946,7 @@
|
||||
transition: max-height 0.3s ease-out;
|
||||
opacity: 1;
|
||||
grid-template-columns: repeat(auto-fit, minmax(var(--tab-pinned-min-width-expanded), auto));
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
scrollbar-width: thin;
|
||||
display: grid;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user