From 5730da85062d45e38b60aee83b09dcf8f027ab16 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 1 Apr 2020 01:12:35 +0200 Subject: [PATCH] trying to fix dropdown menus --- threadr/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 75f1517..5c298f6 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -317,7 +317,7 @@ ul.list li a.active { .dropdown-content { display: none; - position: absolute; + position: static; background-color: %COLOR_BLUE%; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);