Skip to content

Commit

Permalink
fix(modal): scrollable for short screen
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Jun 30, 2021
1 parent 02952cf commit 488f3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Me/Modals/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const Overlay = styled.div<{ posCenter: boolean }>`
const ModalContainer = styled.div<{ posCenter: boolean }>`
display: flex;
position: relative;
max-height: 100vh;
flex-direction: column;
background-color: #fff;
backface-visibility: hidden;
Expand Down

0 comments on commit 488f3c1

Please sign in to comment.