Skip to content

Commit

Permalink
fix: fixed scroll issue of provider and settings (openedx#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundasnoreen12 authored Apr 22, 2024
1 parent bfcac5c commit 1834655
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const DiscussionsSettings = ({ courseId, intl }) => {
onClose={handleClose}
isOpen
beforeBodyNode={<Stepper.Header className="border-bottom border-light" />}
isOverflowVisible={false}
footerNode={(
<>
<Stepper.ActionRow eventKey={SELECTION_STEP}>
Expand Down

0 comments on commit 1834655

Please sign in to comment.