[UI] Fix an issue causing a scrollbar to appear in the main menu (#893)

This commit is contained in:
Cinder 2025-02-05 10:59:31 -08:00 committed by GitHub
parent 094fb3d48b
commit 07020a6295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -389,6 +389,7 @@ nav.navigation, html.nav-toggled nav.navigation {
background: unset;
height: unset;
padding-left: 0.25rem;
overflow-y: unset;
li a {
border-bottom: 0;
@ -401,6 +402,7 @@ nav.navigation, html.nav-toggled nav.navigation {
padding: 0 0.25rem;
border-radius: 0.25rem 0 0 0.25rem;
overflow-y: unset;
overflow: hidden; // Silly fix for too many links
z-index: 1; // above the avatar