Skip to content

Commit 749f37a

Browse files
author
floyd_hawkes
committed
fix(gridster): forcing height of gridster container to auto when in collapsed mode
1 parent 9ead8c0 commit 749f37a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jquery.gridster.css

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
position: absolute;
1717
}
1818

19+
.gridster.collapsed {
20+
height: auto !important;
21+
}
22+
1923
.gridster.collapsed .gs-w {
2024
position: static !important;
2125
}

0 commit comments

Comments
 (0)