diff --git a/src/jquery.gridster.css b/src/jquery.gridster.css index 9a6a633ba3..6b5460e367 100644 --- a/src/jquery.gridster.css +++ b/src/jquery.gridster.css @@ -40,10 +40,11 @@ } .gridster .dragging { - -webkit-transition: none!important; - -moz-transition: none!important; - -o-transition: none!important; - transition: none!important; + z-index: 10!important; + -webkit-transition: all 0s !important; + -moz-transition: all 0s !important; + -o-transition: all 0s !important; + transition: all 0s !important; } /* Uncomment this if you set helper : "clone" in draggable options */