fix: overflow-y scroll behavior (#565)

This commit is contained in:
Kristin Aoki
2023-08-14 12:10:53 -04:00
committed by GitHub
parent dc0762312e
commit 484b141328

View File

@@ -18,6 +18,7 @@ const EditModal = ({
left: 0,
right: 0,
bottom: 0,
'overflow-y': 'scroll',
'background-color': 'white',
'z-index': 100,
}}