Skip to content

Commit

Permalink
fix: add background to modal body to fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Sep 27, 2024
1 parent 020ae21 commit 44d8701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Modal/_ModalDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
}

.pgn__modal-body {
background: $modal-content-bg;
flex-grow: 1;
padding: $modal-inner-padding $modal-inner-padding calc(#{$modal-inner-padding} / 2);
overflow: auto;
Expand Down

0 comments on commit 44d8701

Please sign in to comment.