fix(styles): adjust tabs overflow container height in abyss theme

Changed height property from 'unset !important' to '100%' for .dv-tabs-overflow-container and .dv-tabs-overflow-dropdown-default in the abyss-spaced theme to fix layout issues.
This commit is contained in:
cfngc4594 2025-05-08 11:27:10 +08:00
parent 25fd9b5f46
commit 7e45010487

View File

@ -111,7 +111,8 @@
.dockview-theme-abyss-spaced .dv-tabs-overflow-container,
.dockview-theme-abyss-spaced .dv-tabs-overflow-dropdown-default {
border-radius: 8px;
height: unset !important;
/* height: unset !important; */
height: 100%;
}
.dockview-theme-abyss-spaced .dv-tab {