From 906df5e0f54a467ab76a59ef45f33b28334b5c03 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 1 Apr 2020 01:48:34 +0200 Subject: [PATCH] nope, that's not it --- threadr/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 5c347bb..61952cd 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -233,7 +233,6 @@ ul.topnav { left: 0; top: 0; width: 100%; - height: 40px; overflow: hidden; background-color: %COLOR_BLUE%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); @@ -318,7 +317,7 @@ ul.list li a.active { .dropdown-content { display: none; - position: static; + position: absolute; background-color: %COLOR_BLUE%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;