diff --git a/src/PartyPage.css b/src/PartyPage.css index 9d6ac2e..11e10ea 100644 --- a/src/PartyPage.css +++ b/src/PartyPage.css @@ -1,6 +1,6 @@ .loading { height: 100vh; - height: 100svh; + height: 100dvh; width: 100vw; background-color: black; } @@ -86,7 +86,7 @@ input[type="radio"]:checked+label { background-image: url("assets/background.jpg"); width: 100vw; height: 100vh; - height: 100svh; + height: 100dvh; position: absolute; filter: blur(7px) contrast(70%); background-size: cover;