Merge pull request #963 from mathuo/934-themes-with-gap-overflow

bug: theme overflow
This commit is contained in:
mathuo 2025-07-20 20:39:58 +01:00 committed by GitHub
commit 84ec90ee68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -268,6 +268,8 @@
@mixin dockview-design-replit-mixin {
@include dockview-drop-target-no-travel();
box-sizing: border-box;
.dv-resize-container:has(> .dv-groupview) {
border-radius: 8px;
}

View File

@ -5,6 +5,7 @@
--dv-tabs-and-actions-container-height: 44px;
--dv-border-radius: 20px;
box-sizing: border-box;
.dv-resize-container:has(> .dv-groupview) {
border-radius: 8px;