forked from extern/egroupware
* Calendar - Week view with multiple users now keeps date heading at the top
This commit is contained in:
parent
abc73dab2b
commit
4d7f1931ab
File diff suppressed because it is too large
Load Diff
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user