fix(theme): fix navbar horizontal overflow (#772)

This commit is contained in:
pengzhanbo 2025-12-03 13:35:57 +08:00 committed by GitHub
parent cd37921975
commit 3553022597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,7 @@ watchEffect(() => {
left: 0; left: 0;
z-index: var(--vp-z-index-nav); z-index: var(--vp-z-index-nav);
width: 100%; width: 100%;
overflow-x: clip;
pointer-events: none; pointer-events: none;
} }