Skip to content

Commit

Permalink
fix(calendar/dialog): max-height at viewport height
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiang committed Nov 2, 2021
1 parent 7ac203c commit c2e3152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/calendar/dialog/page.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
position: relative;
display: flex;
height: 100%;
max-height: calc(100vh - 12px);

.nav {
display: flex;
Expand Down

0 comments on commit c2e3152

Please sign in to comment.