From 943adcf0b1c841a40947108960b1eeb2c838fa56 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Fri, 21 Nov 2014 18:37:22 -0800 Subject: [PATCH] fix content overflow --- src/gridstack.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gridstack.css b/src/gridstack.css index 8e52f96..5c506ab 100644 --- a/src/gridstack.css +++ b/src/gridstack.css @@ -17,6 +17,7 @@ bottom: 0; width: auto; z-index: 0 !important; + overflow: auto; } .grid-stack-placeholder .placeholder-content {