fix(theme): fix navbar horizontal overflow (#772)
This commit is contained in:
parent
cd37921975
commit
3553022597
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user