Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit e331104

Browse files
Uli FahrerSomeKittens
authored andcommitted
fix: correct z-index for ui-splitbar
1 parent 5bec0ae commit e331104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
background-color: #ffffff;
2525
right: auto;
2626
position: absolute;
27-
z-index: 1010;
27+
z-index: 1;
2828
}
2929

3030
.ui-layout-row > .ui-splitbar{

0 commit comments

Comments
 (0)