* Calendar - Week view with multiple users now keeps date heading at the top

This commit is contained in:
nathangray 2017-06-30 09:47:00 -06:00
parent abc73dab2b
commit 4d7f1931ab
2 changed files with 6 additions and 1519 deletions

File diff suppressed because it is too large Load Diff

View File

@ -456,6 +456,12 @@ Hide subsequent headers in week view with non-consolidated owners
overflow: hidden;
background-color: white;
}
.hideDayColHeader .calendar_calDayColHeader > div[data-date] {
position: fixed;
background: white;
width: inherit;
z-index: 100;
}
/* Seperate long and short day names */
.calendar_calDayColHeader > div[data-date] .short_date,
.calendar_calDayColHeader > div[data-date] .long_date {