From d3b62daea0220be8c68aa65755bf892758f45822 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Wed, 15 Apr 2026 15:50:10 +0200 Subject: [PATCH] not needed anymore since "resizeOverlay" is now handled by css classes (see previous commit) --- public/js/components/Drop/Grid.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/components/Drop/Grid.js b/public/js/components/Drop/Grid.js index 62f687183..f782c3668 100644 --- a/public/js/components/Drop/Grid.js +++ b/public/js/components/Drop/Grid.js @@ -625,7 +625,6 @@ export default { :class="item.classes" :item="item" :style="{ - zIndex: item.resizeOverlay ? 1 : 'auto', top: 'calc(' + item.y + ' * var(--fhc-dg-row-height))', left: 'calc(' + item.x + ' * var(--fhc-dg-col-width))', width: 'calc(' + item.w + ' * var(--fhc-dg-col-width))',