diff --git a/src/jquery.gridster.css b/src/jquery.gridster.css index 80d2f850e2..c98cb2a3cc 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; }