Skip to content

Commit

Permalink
Merge pull request #532 from edx/bseverino/modal-scroll
Browse files Browse the repository at this point in the history
fix: remove scrollbars from name affirmation modals
  • Loading branch information
bseverino authored Oct 14, 2021
2 parents 1f15802 + 30bd145 commit 51b758a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function CertificatePreference({
</ModalDialog.Title>
</ModalDialog.Header>

<ModalDialog.Body>
<ModalDialog.Body className="overflow-hidden">
<Form.Group className="mb-4">
<Form.Label>
{intl.formatMessage(messages['account.settings.field.name.modal.certificate.select'])}
Expand Down
2 changes: 1 addition & 1 deletion src/account-settings/name-change/NameChange.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function NameChangeModal({
</ModalDialog.Title>
</ModalDialog.Header>

<ModalDialog.Body>
<ModalDialog.Body className="mb-3 overflow-hidden">
{renderBody()}
</ModalDialog.Body>

Expand Down

0 comments on commit 51b758a

Please sign in to comment.