Fixes iOS fullscreen not centered issue. (#2284)

This commit is contained in:
Hemratna Bhimani 2021-09-29 16:35:15 +05:30 committed by GitHub
parent d1a10386c0
commit 30ffb30a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@
overflow: hidden; overflow: hidden;
position: relative; position: relative;
width: 100%; width: 100%;
height: 100%;
} }
// Default to 16:9 ratio but this is set by JavaScript based on config // Default to 16:9 ratio but this is set by JavaScript based on config