fix (mobile-layout) change "vh" to "dvh" for all layouts (#13840)

* Convert all vh units to dvh; fixing layout for mobile browsers such as Chrome for Android.
This commit is contained in:
Thomas Egebrand Gram
2023-09-20 11:19:54 +02:00
committed by GitHub
parent d04515c35a
commit f74b6cd82f
15 changed files with 23 additions and 23 deletions

View File

@@ -153,7 +153,7 @@ const useStyles = makeStyles()(() => {
right: 'auto',
margin: 0,
marginBottom: '8px',
maxHeight: 'calc(100vh - 100px)',
maxHeight: 'calc(100dvh - 100px)',
minWidth: '240px'
},