From dd255ba512d40b4fe5d33b476bb18c548a344bf9 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 19 Apr 2022 14:43:30 +0200 Subject: [PATCH] layout bug --- src/client/App.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/App.svelte b/src/client/App.svelte index 40d8564..b011732 100644 --- a/src/client/App.svelte +++ b/src/client/App.svelte @@ -35,6 +35,8 @@ color: #000; bottom: 0; left: 0; + top: initial; + right: initial; width: 100vw; height: 100vh; background-color: hsla(0, 0%, 100%, 0.975);