Fix visibility of "Now Indicator" on iOS 8 Safari

This commit is contained in:
Adam Goldsmith 2021-11-17 18:31:10 -05:00
parent 51b4d2e919
commit e02bb1630e

View File

@ -1,4 +1,11 @@
.fc .fc-toolbar.fc-header-toolbar {
/* Save some vertical space */
margin-bottom: 0;
/* iOS 8 Safari doesn't support flexbox */
text-align: center;
}
/* Fix rendering of now indicators on iOS 8 Safari */
.fc .fc-timegrid-now-indicator-container {
overflow: initial;
}