mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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