From 220d338996f7159da7d1f2bbc0c51d9146a59c54 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 7 Feb 2022 19:29:00 +0100 Subject: [PATCH] Add Z-Index to Page Header --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9f3f892..98e44c9 100644 --- a/css/style.css +++ b/css/style.css @@ -31,6 +31,8 @@ body { align-items: center; height: 3em; + + z-index: 10; } .page-header a { @@ -224,4 +226,4 @@ body { font-size: 0.5em !important; font-weight: normal !important; color: #00ff00; -} \ No newline at end of file +}