fix: fix scroll to comments
This commit is contained in:
parent
ad0ff2e3c2
commit
b2f711a310
|
@ -116,10 +116,7 @@ export default async function Story({
|
||||||
{title}
|
{title}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<section
|
<section className="comments-section h-[58px] my-2 overflow-hidden">
|
||||||
id="comments"
|
|
||||||
className="comments-section h-[58px] my-2 overflow-hidden"
|
|
||||||
>
|
|
||||||
{repo && repoId && category && categoryId ? (
|
{repo && repoId && category && categoryId ? (
|
||||||
<Reactions
|
<Reactions
|
||||||
repo={repo as `${string}/${string}`}
|
repo={repo as `${string}/${string}`}
|
||||||
|
|
Loading…
Reference in New Issue