fix: Correct drag-and-drop targeting for split-view group labels (#9774)

This commit is contained in:
octaviusz
2025-08-06 23:26:14 +03:00
committed by GitHub
parent e66bf0ef57
commit 8bee4eaa7c
2 changed files with 19 additions and 24 deletions

View File

@@ -144,7 +144,10 @@ tab-group[split-view-group] .tabbrowser-tab {
}
tab-group[split-view-group] .tab-group-label-container {
visibility: collapse;
position: absolute;
width: 100%;
height: 40px;
visibility: hidden;
padding: 0 !important;
margin: 0 !important;
}