mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +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-container,
|
||||||
.dockview-theme-abyss-spaced .dv-tabs-overflow-dropdown-default {
|
.dockview-theme-abyss-spaced .dv-tabs-overflow-dropdown-default {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
height: unset !important;
|
/* height: unset !important; */
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dockview-theme-abyss-spaced .dv-tab {
|
.dockview-theme-abyss-spaced .dv-tab {
|
||||||
|
Loading…
Reference in New Issue
Block a user