From 025b0fe8acd9a99d7ddf78c30ccb5c647082c22e Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 1 Apr 2020 01:46:48 +0200 Subject: [PATCH] maybe it's about the height? --- threadr/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/threadr/style.css b/threadr/style.css index a7a65bc..5c347bb 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -233,6 +233,7 @@ 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);