Refactor tab handling and session restore logic for improved workspace management

This commit is contained in:
mr. M
2025-02-12 20:03:00 +01:00
parent aebc2c9660
commit 9f6fbc5e57
6 changed files with 79 additions and 28 deletions

View File

@@ -371,6 +371,7 @@
overflow-x: clip;
height: 100%;
scrollbar-width: thin;
position: relative;
}
#vertical-pinned-tabs-container {
@@ -378,7 +379,8 @@
display: flex !important;
flex-direction: column;
min-height: fit-content !important;
overflow: visible;
overflow-x: clip;
overflow-y: visible;
max-height: unset !important;
& .tabbrowser-tab:not(:hover) .tab-background:not([selected]):not([multiselected]) {