fix(VPNav): Allow clicks on custom navbar

pull/4502/head
M.Cozzolino 8 months ago
parent 2e54970f71
commit 090afd3836

@ -45,7 +45,7 @@ watchEffect(() => {
left: 0; left: 0;
z-index: var(--vp-z-index-nav); z-index: var(--vp-z-index-nav);
width: 100%; width: 100%;
pointer-events: none; pointer-events: auto;
transition: background-color 0.5s; transition: background-color 0.5s;
} }

Loading…
Cancel
Save