Prevent scroll when clicking prev/next

This commit is contained in:
Sam Becker 2023-09-15 15:27:46 -05:00
parent 55e68d3cda
commit 8ad7551426

View File

@ -30,6 +30,7 @@ export default function PhotoLink({
setNextPhotoAnimation?.(nextPhotoAnimation);
}
}}
scroll={false}
>
{children}
</Link>