mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
not needed anymore since "resizeOverlay" is now handled by css classes (see previous commit)
This commit is contained in:
@@ -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))',
|
||||
|
||||
Reference in New Issue
Block a user