Skip to content

Commit f799bf5

Browse files
dwknippersmattlewis92
authored andcommitted
fix(day-view): prevent selection when dragging cal-event (#521)
Fixes #522
1 parent 84dae93 commit f799bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
background-color: #D1E8FF;
5959
border: 1px solid #1e90ff;
6060
color: #1e90ff;
61+
user-select: none;
6162
}
6263

6364
.cal-event-title:link {

0 commit comments

Comments
 (0)