Skip to content

Commit

Permalink
fix: add flexbox to fix modal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed Jan 13, 2024
1 parent bdb8f38 commit 210c7ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/newspack-ui/scss/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
&__modal {
background: var( --newspack-ui-color-body-bg );
border-radius: var( --newspack-ui-border-radius );
display: flex;
flex-direction: column;
max-height: 90vh;
max-width: var( --newspack-ui-modal-width-medium );
overflow: hidden;
Expand Down

0 comments on commit 210c7ba

Please sign in to comment.