From a79237a9fe2fd9443d8d85834985f8fdbf5a0f2f Mon Sep 17 00:00:00 2001 From: the1812 Date: Mon, 22 Apr 2024 22:53:12 +0800 Subject: [PATCH] Fix navbar wrapper height with menu (fix #4668) --- registry/lib/components/style/custom-navbar/hide-original.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/lib/components/style/custom-navbar/hide-original.scss b/registry/lib/components/style/custom-navbar/hide-original.scss index 9a970c9f6d..805d419057 100644 --- a/registry/lib/components/style/custom-navbar/hide-original.scss +++ b/registry/lib/components/style/custom-navbar/hide-original.scss @@ -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) {