mobile viewport fix

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-24 19:47:07 -05:00
parent 785c4c85bd
commit 9b547eea5f
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
1 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,16 @@ body {
overscroll-behavior-y: none;
}
html {
height: -webkit-fill-available;
}
body {
min-height: 100vh;
/* mobile viewport bug fix */
min-height: -webkit-fill-available;
}
.App {
position: fixed;
width: 100vw;
@ -110,4 +120,4 @@ lite-youtube {
.btn-secondary {
border: none !important;
}
}