From fff4393c46cc28c9c60c65bbbf861faa4de533d6 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 9 Sep 2024 00:26:20 +0600 Subject: [PATCH] web/layout: revert position change for #cobalt --- web/src/routes/+layout.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 8b1e8760..5a715be9 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -247,6 +247,7 @@ overflow: hidden; background-color: var(--sidebar-bg); color: var(--secondary); + position: fixed; } /* add padding for notch / dynamic island in landscape */