fix: fix scroll to comments

This commit is contained in:
Raj 2024-03-13 09:20:34 +05:30
parent ad0ff2e3c2
commit b2f711a310
1 changed files with 1 additions and 4 deletions

View File

@ -116,10 +116,7 @@ export default async function Story({
{title}
</h1>
<section
id="comments"
className="comments-section h-[58px] my-2 overflow-hidden"
>
<section className="comments-section h-[58px] my-2 overflow-hidden">
{repo && repoId && category && categoryId ? (
<Reactions
repo={repo as `${string}/${string}`}