From 79890e019a36c7da211b0d54e33a00e13d40d8e6 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Sun, 22 Jan 2023 20:22:14 +0200 Subject: [PATCH] fix navbar position --- plugins/in-app-menu/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/in-app-menu/style.css b/plugins/in-app-menu/style.css index 3805e119..946b3e4a 100644 --- a/plugins/in-app-menu/style.css +++ b/plugins/in-app-menu/style.css @@ -8,8 +8,7 @@ #nav-bar-background { opacity: 1 !important; pointer-events: none !important; - position: sticky !important; - top: 0 !important; + top: 30px !important; height: 75px !important; }