mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
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:
parent
25fd9b5f46
commit
7e45010487
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user