fix(items): resize handle overlaps header (#3193)

This commit is contained in:
Meier Lukas
2025-05-23 20:33:02 +02:00
committed by GitHub
parent 4cb004fce0
commit 09f3989483

View File

@@ -6,6 +6,12 @@
--gridstack-cell-size: 0;
}
.ui-resizable-handle {
// Override default z-index of 100 to prevent it from being on top of the header.
// See https://github.com/homarr-labs/homarr/issues/1999
z-index: 1 !important;
}
.grid-stack-placeholder > .placeholder-content {
background-color: rgb(248, 249, 250) !important;
border-radius: 12px;