Skip to content

Commit 169e06c

Browse files
committed
lower z-index, otherwise it is always positioned over other modals.
1 parent a1d12a7 commit 169e06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DecoupledOverlay/_decoupledoverlay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
.#{$eccgui}-decoupled-overlay {
2121
&.#{$prefix-blueprintjs}-popover {
22-
z-index: 8002; // 2 over application header
22+
z-index: 8000;
2323
}
2424

2525
&--small {

0 commit comments

Comments
 (0)