mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(theme): fix navbar horizontal overflow (#772)
This commit is contained in:
parent
cd37921975
commit
3553022597
@ -77,6 +77,7 @@ watchEffect(() => {
|
||||
left: 0;
|
||||
z-index: var(--vp-z-index-nav);
|
||||
width: 100%;
|
||||
overflow-x: clip;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user