Skip to content

Commit

Permalink
fix: modal dialog overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Sep 27, 2024
1 parent 020ae21 commit 8cd7200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modal/_ModalDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
}

&.pgn__modal-visible-overflow {
overflow: visible;
overflow-y: visible;

.pgn__modal-body {
overflow: visible;
overflow-y: visible;
}
}
}
Expand Down

0 comments on commit 8cd7200

Please sign in to comment.