🐛 Hide wrappers with no tiles inside

This commit is contained in:
Manuel Ruwe
2023-01-11 12:57:45 +01:00
parent 6ea1277e61
commit 4569f53fd0
2 changed files with 9 additions and 1 deletions

View File

@@ -87,3 +87,8 @@
.grid-stack.grid-stack-animate {
transition: none;
}
.gridstack-empty-wrapper {
height: 0px;
min-height: 0px !important;
}