mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
fix(gridster): forcing height of gridster container to auto when in collapsed mode
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.gridster.collapsed {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.gridster.collapsed .gs-w {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user