Skip to content

Commit dfe6711

Browse files
committed
fix(fullcalendar): freezing year view
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent c9f2eee commit dfe6711

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

css/fullcalendar.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@
266266
min-height: 150px !important;
267267
}
268268
}
269-
.fc-daygrid-day-events {
270-
position:relative !important;
271-
}
272269

273270
// Fix week button overlapping with the toggle
274271
.fc-col-header-cell {

src/components/CalendarGrid.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ export default {
144144
timeZone: this.timezoneId,
145145
// Disable jumping in week view and day view when clicking on any event using the simple editor
146146
scrollTimeReset: false,
147+
// There is a custom resize observer
148+
handleWindowResize: false,
147149
}
148150
},
149151
eventSources() {

0 commit comments

Comments
 (0)