diff --git a/src/index.css b/src/index.css index 6e92a6e..d0a0b16 100644 --- a/src/index.css +++ b/src/index.css @@ -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; +}