Skip to content

Commit

Permalink
style: Max height
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Jul 25, 2023
1 parent c882020 commit e75c857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Container = styled(ModalContainer)`
const ScrollableContainer = styled(Flex)`
flex-direction: column;
height: auto;
max-height: 60vh;
max-height: 63vh;
`

interface BenefitsModalProps {
Expand Down

0 comments on commit e75c857

Please sign in to comment.