From 894174bed9c20068b76c22f735d3a920232d29a5 Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Sun, 8 Sep 2024 11:42:04 +0000 Subject: [PATCH] web/layout: fix main content jumping when navigating in some cases --- web/src/routes/+layout.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index daaaa830..8b1e8760 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -238,7 +238,6 @@ } #cobalt { - position: fixed; height: 100%; width: 100%; display: grid;