Skip to content

Commit

Permalink
Merge pull request #2441 from Josephalexantony-aot/Feature/FWF-4032-S…
Browse files Browse the repository at this point in the history
…crollBar-in-layout

FWF-4032:[Feature]-Custom Scrollabr in layout.
  • Loading branch information
arun-s-aot authored Dec 17, 2024
2 parents 7c288dd + 58cc86d commit 4529703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/Form/EditForm/FormEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ const EditComponent = () => {
</div>
</Card.Header>
<Card.Body>
<div className="form-builder">
<div className="form-builder custom-scroll">
{!createDesigns ? (
<div className="px-4 pt-4 form-preview">
<Form
Expand Down

0 comments on commit 4529703

Please sign in to comment.