fix(gridster): forcing height of gridster container to auto when in collapsed mode

This commit is contained in:
floyd_hawkes
2015-02-23 20:25:24 -05:00
parent 9ead8c04c1
commit 749f37a520

View File

@ -16,6 +16,10 @@
position: absolute;
}
.gridster.collapsed {
height: auto !important;
}
.gridster.collapsed .gs-w {
position: static !important;
}