From 70f28eb53f648a617d64c36b3d06c4020b5cdeef Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Mon, 27 May 2024 19:16:52 -0400 Subject: Fix navigation bar --- haunt/static/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'haunt/static/css/style.css') diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 1ee1b2f..52d19af 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -80,6 +80,7 @@ body > header > nav ul { body > header > nav > ul .drop-menu { display: none; position: absolute; + z-index: 1; } body > header > nav > ul .drop-menu > li { -- cgit v1.3