Fix scrollbar issues in calendar
parent
5e4a1827e8
commit
a789d585e4
www/calendar
|
@ -24,6 +24,23 @@
|
|||
.tui-full-calendar-layout {
|
||||
background-color: @cp_sidebar-right-bg !important;
|
||||
color: @cryptpad_text_col;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
.tui-full-calendar-week-container {
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
.tui-full-calendar-vlayout-area {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
& > div:last-child {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.tui-full-calendar-month {
|
||||
.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
|
||||
color: @cryptpad_text_col !important; // XXX
|
||||
|
|
Loading…
Reference in New Issue