Use dvh for song height to prevent broken scroll
All checks were successful
Build / build (push) Successful in 6m34s

This commit is contained in:
Emil Miler 2024-02-16 16:20:19 +01:00
parent 09a4b138d1
commit 25ceda5dea

View File

@ -166,7 +166,7 @@ main.songs {
}
main.song {
height: 100vh;
height: 100dvh;
display: flex;
flex-direction: column;
max-width: 50em;