We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f2eee commit dfe6711Copy full SHA for dfe6711
css/fullcalendar.scss
@@ -266,9 +266,6 @@
266
min-height: 150px !important;
267
}
268
269
-.fc-daygrid-day-events {
270
- position:relative !important;
271
-}
272
273
// Fix week button overlapping with the toggle
274
.fc-col-header-cell {
src/components/CalendarGrid.vue
@@ -144,6 +144,8 @@ export default {
144
timeZone: this.timezoneId,
145
// Disable jumping in week view and day view when clicking on any event using the simple editor
146
scrollTimeReset: false,
147
+ // There is a custom resize observer
148
+ handleWindowResize: false,
149
150
},
151
eventSources() {
0 commit comments