Skip to content

Commit bb08ec1

Browse files
committed
fix(week-view): make sure currently resized events are always on top
1 parent e2538a1 commit bb08ec1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
.cal-event-container {
3636
display: inline-block;
3737
position: absolute;
38+
39+
&.resize-active {
40+
z-index: 1;
41+
pointer-events: none;
42+
}
3843
}
3944

4045
.cal-event {

0 commit comments

Comments
 (0)