Use dvh for song height to prevent broken scroll

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

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