fix: missing video controls on mobile (#2180)

This commit is contained in:
thewh1teagle 2022-10-22 12:16:59 +03:00 committed by GitHub
parent 1ebfc64ea1
commit a5757b94e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
nav {
width: 10em
}
/* Mobile Only fix div hidden by bottom navigation bar of mobile browser when using height: 100vh */
#previewer .preview {
height: calc(100% - 4em) !important;
}
}
@media (max-width: 1024px) {