From 5ff71a285e54f8357c6adca0a9d7b6a1a34ed609 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 19 Jan 2026 07:14:45 +0100 Subject: [PATCH] keep header above page menu --- themes/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default.css b/themes/default.css index e9fbd55..56e9cd5 100644 --- a/themes/default.css +++ b/themes/default.css @@ -29,7 +29,7 @@ header, footer { background-color: #FFF; box-shadow: 0 0 .75em; width: 100%; - z-index: 1; + z-index: 2; } footer { -- 2.39.5