Fix nav sidebar pointer events
This commit is contained in:
parent
f8c87e6119
commit
062f36d170
@ -67,8 +67,9 @@ export default function Nav({
|
||||
return (
|
||||
<AppGrid
|
||||
className={clsx(
|
||||
isNavSticky && 'sticky top-0 z-10',
|
||||
isNavSticky && 'sticky top-0 z-10 pointer-events-none',
|
||||
)}
|
||||
classNameMain='pointer-events-auto'
|
||||
contentMain={
|
||||
<AnimateItems
|
||||
animateOnFirstLoadOnly
|
||||
|
||||
Loading…
Reference in New Issue
Block a user