mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: set RGL wrapper height to auto to remove empty space below the panel (#52122)
This commit is contained in:
parent
3131d12738
commit
77e87f1806
@ -18,6 +18,9 @@
|
||||
}
|
||||
|
||||
.panel-in-fullscreen {
|
||||
.react-grid-layout {
|
||||
height: auto !important;
|
||||
}
|
||||
.react-grid-item {
|
||||
display: none !important;
|
||||
transition-property: none !important;
|
||||
|
Loading…
Reference in New Issue
Block a user