Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 980cd8f

Browse files
author
Alain Dumesny
committed
removed item-content z-index
* there is no need for the regular grid content to have a topmost z-index (dragging and placeholder still render on top unchanged) this was causing modal dialogs to grid content to be clipped and not render correctly
1 parent f16ce8c commit 980cd8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gridstack.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ $animation_speed: .3s !default;
5050
right: $horizontal_padding / 2;
5151
bottom: 0;
5252
width: auto;
53-
z-index: 0;
5453
overflow-x: hidden;
5554
overflow-y: auto;
5655
}

0 commit comments

Comments
 (0)