Skip to content

Commit

Permalink
fix: use vh in height
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Oct 6, 2023
1 parent 73f3434 commit 3f33422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const modalCSS = css.resolve`
max-width: calc(100vw - 128px) !important;
max-height: calc(100vh - 128px) !important;
width: auto !important;
height: calc(100vw - 128px) !important;
height: calc(100vh - 128px) !important;
overflow-y: hidden;
}
aside.hidden {
Expand Down

0 comments on commit 3f33422

Please sign in to comment.