From c375e25c88ccd6a4373c7a907a367778d9dbabc1 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 4 Feb 2024 01:58:13 -0800 Subject: fix(css): use sane z-index values --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes') diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c92cf7d7..6277d3ae 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -173,7 +173,7 @@ font-size: 1.05em; font-weight: 600; padding: 0.8rem 0.4rem; - z-index: 999999; + z-index: 2; } #header a { -- cgit v1.2.3