Fix all day event click/drop target overlaps first appointment time in Firefox

This commit is contained in:
nathangray 2017-01-17 11:33:21 -07:00
parent a23acf1dfa
commit 27822fcd66
2 changed files with 6 additions and 0 deletions

View File

@ -561,6 +561,9 @@ Hide subsequent headers in week view with non-consolidated owners
display:flex;
align-items: stretch;
}
#calendar-view_view.hideDayColHeader .calendar_calGridHeader > div {
height: auto;
}
.calendar_calGridHeader > label {
float: left;
font-size: 14px;

View File

@ -556,6 +556,9 @@ Hide subsequent headers in week view with non-consolidated owners
display: flex;
align-items: stretch;
}
#calendar-view_view.hideDayColHeader .calendar_calGridHeader > div {
height: auto;
}
.calendar_calGridHeader > label {
float: left;
font-size: 14px;