Skip to content

Commit 4afa15b

Browse files
committed
fix: bottom panel resizer appearing over the open git remotes dropdown
1 parent 69905fd commit 4afa15b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/extensions/default/Git/styles/git-styles.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "../../../../styles/brackets_core_ui_variables.less";
2+
@import (reference) "../../../../styles/brackets_variables.less";
23

34
// common
45
@git-moreDarkGrey: #868888;
@@ -1146,6 +1147,9 @@
11461147
color: @dark-bc-text;
11471148
}
11481149
}
1150+
.mainToolbar:has(.btn-group.open) {
1151+
z-index: (@z-index-brackets-panel-resizer + 1);
1152+
}
11491153
.git-remotes {
11501154
border-radius: 4px 0 0 4px;
11511155
display: inline-flex;

0 commit comments

Comments
 (0)