From 749f37a52074bd16362528f94ab28ec314379ee3 Mon Sep 17 00:00:00 2001 From: floyd_hawkes Date: Mon, 23 Feb 2015 20:25:24 -0500 Subject: [PATCH] fix(gridster): forcing height of gridster container to auto when in collapsed mode --- src/jquery.gridster.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/jquery.gridster.css b/src/jquery.gridster.css index 80d2f850e..c98cb2a3c 100644 --- a/src/jquery.gridster.css +++ b/src/jquery.gridster.css @@ -16,6 +16,10 @@ position: absolute; } +.gridster.collapsed { + height: auto !important; +} + .gridster.collapsed .gs-w { position: static !important; }