Merge pull request #997 from Araxeus/fix-navbar-position

[in-app-menu] fix navbar position
This commit is contained in:
th-ch
2023-02-09 22:33:45 +01:00
committed by GitHub

View File

@ -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;
}