Skip to content

Commit

Permalink
Attempt to fix height issue on mobile devices
Browse files Browse the repository at this point in the history
The play controls are hidden behind the browser address bar...
  • Loading branch information
nguillaumin authored Sep 20, 2024
1 parent a460e9b commit d06ef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YmPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ html {
font-family: 'Exo 2', sans-serif;
display: flex;
flex-direction: column;
height: 100vh;
height: 100dvh;
}
@media (min-width: 1000px) {
Expand Down

0 comments on commit d06ef62

Please sign in to comment.