From e5b9bdb721eb2b8db68ecb9476bcd5e93870132d Mon Sep 17 00:00:00 2001 From: schrumpel Date: Thu, 19 May 2022 15:31:30 +0200 Subject: [PATCH] fixed navbar :) --- public/s/css/f0ck.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 1e2330e..932cb3a 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -1173,7 +1173,9 @@ div.posts > a:hover::after { } .navbar { - position: sticky; + /* lieber gegen fixed austauschen :) */ + /* position: sticky; */ + position: fixed; top: 0; padding: 0; width: 100%;