From 17946742ec53a41bd5dd409d0bf9a07bfc46827f Mon Sep 17 00:00:00 2001 From: schrumpel Date: Mon, 16 May 2022 16:10:33 +0200 Subject: [PATCH] hotfix for navbar dropdown fullwidth --- public/s/css/f0ck.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index e1e9941..26b3a75 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -802,7 +802,7 @@ span.placeholder { background: var(--dropdown-bg); position: absolute; top: 100%; - left: 5px; + width: 100%; z-index: 1000; min-width: calc(100% - 10px); padding: 0;