Skip to content

Commit 99194fe

Browse files
fix height issue in demo
1 parent 90bd399 commit 99194fe

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed
Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1+
:host {
2+
display: flex;
3+
flex-direction: column;
4+
height: 100%;
5+
width: 100%;
6+
}
7+
18
.calendar-header {
2-
display: flex;
3-
margin-bottom: .5em;
4-
}
9+
display: flex;
10+
margin-bottom: .5em;
11+
flex-shrink: 0;
12+
}
13+
14+
upbytes-angular-material-calendar-month-view,
15+
upbytes-angular-material-calendar-week-view,
16+
upbytes-angular-material-calendar-day-view {
17+
display: flex;
18+
flex: 1;
19+
min-height: 0;
20+
overflow: auto;
21+
}

0 commit comments

Comments
 (0)