Fix visibility of "Now Indicator" on iOS 8 Safari
This commit is contained in:
parent
51b4d2e919
commit
e02bb1630e
@ -1,4 +1,11 @@
|
|||||||
.fc .fc-toolbar.fc-header-toolbar {
|
.fc .fc-toolbar.fc-header-toolbar {
|
||||||
|
/* Save some vertical space */
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
/* iOS 8 Safari doesn't support flexbox */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix rendering of now indicators on iOS 8 Safari */
|
||||||
|
.fc .fc-timegrid-now-indicator-container {
|
||||||
|
overflow: initial;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user