Skip to content

Commit

Permalink
fix(core/modal): set max-height (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-ellington committed Jan 11, 2023
1 parent 56d0f3a commit 066b356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
border: var(--modal--border-thickness) solid
var(--theme-modal--border-color);
padding: $large-space;
max-height: 100vh;

.state-icon-container {
margin-inline-end: $default-space;
Expand Down

0 comments on commit 066b356

Please sign in to comment.