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

@@ -93,7 +93,7 @@ const styles = (theme: Theme) => {
color: theme.palette.text01
},
scrollable: {
height: '100vh',
height: '100dvh',
overflowY: 'scroll' as const
},
roomName: {