adjust conditions

This commit is contained in:
Pete Matsyburka
2025-05-11 16:11:02 +03:00
parent 544306eac4
commit 34433c0575
12 changed files with 35 additions and 35 deletions
@@ -60,6 +60,7 @@ export default targetable(class extends HTMLElement {
dragPreview.style.width = `${rect.width}px`
dragPreview.style.height = `${height}px`
dragPreview.style.position = 'absolute'
dragPreview.style.top = '-1000px'
dragPreview.style.pointerEvents = 'none'
dragPreview.style.opacity = '0.9'