Skip to content

Commit

Permalink
fix: overflow-y scroll behavior (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinAoki committed Aug 14, 2023
1 parent dc07623 commit 484b141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom-pages/EditModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const EditModal = ({
left: 0,
right: 0,
bottom: 0,
'overflow-y': 'scroll',
'background-color': 'white',
'z-index': 100,
}}
Expand Down

0 comments on commit 484b141

Please sign in to comment.