Skip to content

Commit

Permalink
Reverts body height to fix scaling. Sets min-height for body.
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Oct 17, 2024
1 parent c3052ee commit 5ca201c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ $dblue: #1a2b3f;
}

html {
height: 100vh;
height: auto;
overflow: visible;
}

body {
position: relative;
height: 100vh;
height: auto;
min-height: 548px;
overflow: visible;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 5ca201c

Please sign in to comment.