We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0675bf commit e887b89Copy full SHA for e887b89
scss/day-view.scss
@@ -10,6 +10,14 @@
10
background-color: #fafafa;
11
}
12
13
+ /* stylelint-disable-next-line selector-type-no-unknown */
14
+ mwl-calendar-day-view-hour-segment {
15
+ // hacky fix for https://github.com/mattlewis92/angular-calendar/issues/358 and hammerjs breaking scrolling
16
+ touch-action: initial !important;
17
+ user-select: initial !important;
18
+ -webkit-user-drag: initial !important;
19
+ }
20
+
21
/* stylelint-disable-next-line selector-type-no-unknown */
22
mwl-calendar-day-view-hour-segment, // fix for https://github.com/mattlewis92/angular-calendar/issues/260
23
.cal-hour-segment {
0 commit comments