Fix height issue in safari (#434)

This commit is contained in:
Awais Jibran
2021-05-05 23:10:42 +05:00
committed by GitHub
parent 6c257271bb
commit 28e1f6f65a

View File

@@ -174,7 +174,7 @@ function Unit({
src={modalOptions.url}
style={{
width: '100%',
height: '100%',
height: '100vh',
}}
/>
)}