Skip to content

Commit

Permalink
fix: missing video controls on mobile (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Oct 22, 2022
1 parent 1ebfc64 commit a5757b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a5757b9

Please sign in to comment.