From 0031d731a8c4f4503bb9e47dcc8b57e163937ec8 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 1 Apr 2020 01:53:08 +0200 Subject: [PATCH] i think i fixed it (and that's a pun but you'd have to look into the changes to get it) --- threadr/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 61952cd..9f4f910 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: fixed; background-color: %COLOR_BLUE%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;