mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-26 08:21:34 +00:00
fix: Correct drag-and-drop targeting for split-view group labels (#9774)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user