FIX: ensures scroller is not overflowing

This commit is contained in:
jjaffeux 2020-05-26 15:00:56 +02:00
parent 5aaae931eb
commit 6ab577425b
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
}
}
.fc-scroller {
max-height: 565px;
}
.fc-basic-view .fc-day-top .fc-day-number {
float: left;
}