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

This commit is contained in:
Leo 2022-07-14 13:28:50 +02:00 committed by GitHub
parent 3131d12738
commit 77e87f1806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@
}
.panel-in-fullscreen {
.react-grid-layout {
height: auto !important;
}
.react-grid-item {
display: none !important;
transition-property: none !important;