Skip to content

Commit e403d45

Browse files
fix(calendar/dialog): max-height at viewport height
1 parent 740ea44 commit e403d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/calendar/dialog/page.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
position: relative;
77
display: flex;
88
height: 100%;
9+
max-height: calc(100vh - 12px);
910

1011
.nav {
1112
display: flex;

0 commit comments

Comments
 (0)