fix: content in homepage scroll after postcard is open (#1132)
This commit is contained in:
parent
3193c8d886
commit
8dadf9813d
|
|
@ -64,6 +64,7 @@ const Card = ({
|
|||
? externalLink || ""
|
||||
: `${linkPrefix || ""}/${post.metadata?.content?.slug}${queryString}`
|
||||
}
|
||||
scroll={false}
|
||||
className={cn(
|
||||
"xlog-post rounded-2xl flex flex-col items-center group relative",
|
||||
isShort
|
||||
|
|
|
|||
Loading…
Reference in New Issue