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

pull/52225/head^2
Leo 3 years ago committed by GitHub
parent 3131d12738
commit 77e87f1806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      public/sass/components/_dashboard_grid.scss

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

Loading…
Cancel
Save