From b8fe29aa53e82555c25758e0fc5ae3ec7a5c8e73 Mon Sep 17 00:00:00 2001 From: Mitch Ray <5735900+mitchray@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:42:40 +1100 Subject: [PATCH] Weird CSS bug in all browsers all of a sudden with nothing being clickable... --- src/App.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.svelte b/src/App.svelte index 0ed9d060..45793d53 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -189,6 +189,7 @@ var(--content-padding) [full-end]; grid-auto-rows: min-content; + z-index: 1; } :global(.site-content-inner > *) {