From 980cd8fe1c6ec1e6ed593bdf72d269daa7a8fe98 Mon Sep 17 00:00:00 2001 From: Alain Dumesny <> Date: Thu, 28 Mar 2019 19:53:13 -0700 Subject: [PATCH] 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 --- src/gridstack.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gridstack.scss b/src/gridstack.scss index 43692bfb6..57397bd7e 100644 --- a/src/gridstack.scss +++ b/src/gridstack.scss @@ -50,7 +50,6 @@ $animation_speed: .3s !default; right: $horizontal_padding / 2; bottom: 0; width: auto; - z-index: 0; overflow-x: hidden; overflow-y: auto; }