Refine recipe scroll-into-view behavior
This commit is contained in:
parent
b9b1c82c39
commit
29b64ff376
@ -96,6 +96,7 @@ export default function PhotoRecipeOverlay({
|
|||||||
className={clsx(
|
className={clsx(
|
||||||
'z-10',
|
'z-10',
|
||||||
'w-[20rem] p-3 space-y-3',
|
'w-[20rem] p-3 space-y-3',
|
||||||
|
'scroll-mt-8',
|
||||||
'rounded-lg shadow-2xl',
|
'rounded-lg shadow-2xl',
|
||||||
'text-[13.5px] text-black',
|
'text-[13.5px] text-black',
|
||||||
'bg-white/70 border border-neutral-200/30',
|
'bg-white/70 border border-neutral-200/30',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user