Skip to content

Commit

Permalink
fix: modal scroll issue on mobile screen
Browse files Browse the repository at this point in the history
Description:
Fixed modal scroll issue on mobile screen
VAN-2059
  • Loading branch information
Ahtesham Quraish committed Aug 20, 2024
1 parent a96f48c commit f75578d
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 f75578d

Please sign in to comment.