FIX: ensures scroller is not overflowing
This commit is contained in:
parent
5aaae931eb
commit
6ab577425b
|
@ -32,6 +32,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.fc-scroller {
|
||||
max-height: 565px;
|
||||
}
|
||||
|
||||
.fc-basic-view .fc-day-top .fc-day-number {
|
||||
float: left;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue