Skip to content

Commit 56dc132

Browse files
committed
fix(day-view): disable pointer events whilst resizing
1 parent bb08ec1 commit 56dc132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/day/calendar-day-view.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
&.resize-active {
5454
z-index: 1;
55+
pointer-events: none;
5556
}
5657
}
5758

0 commit comments

Comments
 (0)