mirror of https://github.com/grafana/grafana.git
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