From c8cbcf6ed3f31b970b8864e28196d11d1bbee815 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Mon, 25 Jul 2022 18:04:01 +0100 Subject: [PATCH] [HOME] Removed drawer like behaviour for header --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 542eff9..caa6c85 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -44,7 +44,7 @@ body * { } header { - z-index: 3; + z-index: 66; position: fixed; font-size: 1.25rem; font-weight: bold;