We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58a3e0 commit 21d7e83Copy full SHA for 21d7e83
src/components/navbar/navbar.tsx
@@ -269,7 +269,7 @@ function SubmenuBackdrop({ className }: { className: string }) {
269
return (
270
<div
271
className={clsx(
272
- "fixed inset-0 top-[calc(var(--nextra-navbar-height)+1px)] bg-[rgb(var(--nextra-bg),.4)] backdrop-blur-[6.4px] transition-opacity",
+ "pointer-events-none fixed inset-0 top-[calc(var(--nextra-navbar-height)+1px)] bg-[rgb(var(--nextra-bg),.4)] backdrop-blur-[6.4px] transition-opacity",
273
className,
274
)}
275
/>
0 commit comments