From 218a153c0327e92761284c7a825b17a6ea6f78c6 Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Sun, 26 Feb 2023 23:01:49 +0100 Subject: [PATCH] Fix viewport issues, again --- src/PartyPage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;