Fix timegrid lines rendering over events on iOS 5.1.1

This commit is contained in:
Adam Goldsmith 2022-06-30 13:47:51 -04:00
parent b8ce38ce71
commit cae376ae13

View File

@ -21,3 +21,8 @@
border-width: 10px 0 10px 11px; border-width: 10px 0 10px 11px;
margin-top: -10px; margin-top: -10px;
} }
.fc .fc-timegrid-slots {
/* Fix timegrid lines rendering over events on iOS 5.1.1 */
z-index: 0 !important;
}