fix: set RGL wrapper height to auto to remove empty space below the panel (#52122) (#52224)

(cherry picked from commit 77e87f1806)

Co-authored-by: Leo <108552997+lpskdl@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-07-14 13:47:00 +02:00
committed by GitHub
co-authored by Leo
parent dfca52c4fb
commit 54b8bee3cc
@@ -18,6 +18,9 @@
}
.panel-in-fullscreen {
.react-grid-layout {
height: auto !important;
}
.react-grid-item {
display: none !important;
transition-property: none !important;