mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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:
committed by
GitHub
parent
d04515c35a
commit
f74b6cd82f
@@ -153,7 +153,7 @@ const useStyles = makeStyles()(() => {
|
||||
right: 'auto',
|
||||
margin: 0,
|
||||
marginBottom: '8px',
|
||||
maxHeight: 'calc(100vh - 100px)',
|
||||
maxHeight: 'calc(100dvh - 100px)',
|
||||
minWidth: '240px'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user