summaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2024-05-27 19:16:52 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2024-05-27 19:16:52 -0400
commit70f28eb53f648a617d64c36b3d06c4020b5cdeef (patch)
tree9b1e81289b460e888b6a147673e88d4afef9f677 /haunt
parent7cac46e75f4d817e60deb7bda7daf37425abbb32 (diff)
Fix navigation bar
Diffstat (limited to 'haunt')
-rw-r--r--haunt/static/css/style.css1
1 files changed, 1 insertions, 0 deletions
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 {