Skip to content

Commit

Permalink
fix(day-view): disable pointer events whilst resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Jun 23, 2018
1 parent bb08ec1 commit 56dc132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/day/calendar-day-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

&.resize-active {
z-index: 1;
pointer-events: none;
}
}

Expand Down

0 comments on commit 56dc132

Please sign in to comment.