Skip to content

Commit

Permalink
Fix navbar wrapper height with menu (fix #4668)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Apr 22, 2024
1 parent d06da0b commit a79237a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ li.nav-item[report-id="playpage_dynamic"] .i-frame,
}
#message-navbar,
body:not(.history-page) #biliMainHeader:not(.z-top-container),
.z-top-container:not(#biliMainHeader) {
.z-top-container:not(#biliMainHeader,.has-menu) {
max-height: var(--navbar-height) !important;
}
body.history-page #biliMainHeader:not(.z-top-container) {
Expand Down

0 comments on commit a79237a

Please sign in to comment.