Skip to content

Commit 838c271

Browse files
committed
Fix resize handles
1 parent c7e8753 commit 838c271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
/*opacity var(--transition-time);*/
9393
}
9494

95-
.grid-item.editing > div * {
95+
.grid-item.editing > div:not(.resize) * {
9696
pointer-events: none;
9797
}
9898

0 commit comments

Comments
 (0)