From d8a43275b57c162d79208d02f3054710daf7c8af Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Thu, 22 Jan 2026 19:02:10 +0100 Subject: [PATCH] css improvements --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 64a26e0..339a97a 100755 --- a/style.css +++ b/style.css @@ -286,7 +286,7 @@ body { .header { position: sticky; top: 0; - z-index: 1000; + z-index: 10; background: var(--header-bg); box-shadow: 0 2px 10px rgba(0,0,0,0.15); }