From 350377bdd4dd5ae853b427422f10266a25a8ea6e Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 Sep 2023 08:20:59 +0200 Subject: [PATCH] [STYLE] Fix header above picture --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 69cf5e4..49a6297 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -93,7 +93,7 @@ a.not(.anchor):focus { width: 100%; line-height: var(--navigation-height); background-color: var(--background-color); - z-index: 100; + z-index: 90; } #navigation a { padding: 1em;