Skip to content

Commit

Permalink
Merge pull request #58 from AAISS/front/feat/descroll
Browse files Browse the repository at this point in the history
feat: added scroll on overflow to description on modal
  • Loading branch information
mr-amirfazel authored Dec 5, 2023
2 parents cc119fe + 25e41fa commit 045da46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/item-card/more-info-modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const MoreInfoModal = ({
paddingLeft: '5px',
marginTop: '0px',
marginBottom: '10px',
overflowY:"auto",
borderLeft: '1px solid var(--light-text-color-lighter)',
}}
>
Expand Down

0 comments on commit 045da46

Please sign in to comment.