Refine recipe scroll-into-view behavior

This commit is contained in:
Sam Becker 2025-04-05 16:19:35 -05:00
parent b9b1c82c39
commit 29b64ff376

View File

@ -96,6 +96,7 @@ export default function PhotoRecipeOverlay({
className={clsx(
'z-10',
'w-[20rem] p-3 space-y-3',
'scroll-mt-8',
'rounded-lg shadow-2xl',
'text-[13.5px] text-black',
'bg-white/70 border border-neutral-200/30',