fix: content in homepage scroll after postcard is open (#1132)

This commit is contained in:
Stephen Zhou 2023-12-13 03:12:41 +08:00 committed by GitHub
parent 3193c8d886
commit 8dadf9813d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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