fix: empty wrappers without items should not be visible in view mode (#1026)
This commit is contained in:
@@ -100,7 +100,9 @@
|
|||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gridstack-empty-wrapper {
|
/**
|
||||||
height: 0px;
|
* Hide empty wrapper (class is used when no items are inside and not in edit mode)
|
||||||
min-height: 0px !important;
|
*/
|
||||||
|
.grid-stack-empty-wrapper {
|
||||||
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user