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