Improve calendar

This commit is contained in:
2021-02-10 14:06:38 +01:00
parent c29b6ac688
commit fafe5afd95
9 changed files with 60 additions and 9 deletions
+13 -1
View File
@@ -257,4 +257,16 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
/* .cal-week-view mwl-calendar-week-view-hour-segment, .cal-week-view .cal-hour-segment {
display: block;
height: 60px !important;
} */
} */
.calendar-container{
height: 333px;
z-index: 10;
transition: 0.5s;
overflow-y: hidden;
.monthview-container{
overflow-y: hidden;
height: unset !important;
}
}