Make sure we hide any overflowed nav controls (#1780)

This commit is contained in:
Tim Wilkinson 2024-12-25 00:33:06 -08:00 committed by GitHub
parent d658d78421
commit 5d0bdc4ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ body.mobile hr
height: 80px;
min-height: 80px;
background-color: var(--nav-bg-color);
overflow: hidden;
transition: height 0.4s, min-height 0.4s;
}
body.hide-bars #m-title