Skip to content

Commit

Permalink
Merge pull request #132 from edx/ahtesham/van-2059
Browse files Browse the repository at this point in the history
fix: modal scroll issue on mobile screen
  • Loading branch information
syedsajjadkazmii committed Aug 21, 2024
2 parents a96f48c + f75578d commit 4a28019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base-container/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const BaseContainer = ({
hasCloseButton={hasCloseButton}
>
<ModalDialog.Body className="modal-body-container p-0">
<div className="d-flex w-100 h-100 justify-content-center overflow-hidden">
<div className="d-flex w-100 h-100 justify-content-center">
{children}
</div>
</ModalDialog.Body>
Expand Down

0 comments on commit 4a28019

Please sign in to comment.