Skip to content

Commit

Permalink
Merge pull request #5848 from layer5io/vvm/height
Browse files Browse the repository at this point in the history
chore: appropriate height for teaser modal in mobile devices
  • Loading branch information
vishalvivekm committed Aug 27, 2024
2 parents 084fc44 + 7c43c89 commit ff0cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TeaserModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const TeaserModal = (props) => {
maxWidth: "105rem",
maxHeight: "105rem",
width: "90%",
height: "auto",
height: "max-content",
},
}}
isOpen={modalIsOpen}
Expand Down

0 comments on commit ff0cca0

Please sign in to comment.