Skip to content

Commit be41f0f

Browse files
committed
sticky bug
1 parent 5d2dfb4 commit be41f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/roadmap/_components/roadmap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const RoadmapPage = () => {
274274
</div>
275275

276276
<div className="flex flex-col gap-8 px-8 lg:flex-row">
277-
<div className="sticky top-24 flex h-fit flex-1 items-start">
277+
<div className="top-24 flex h-fit flex-1 items-start lg:sticky">
278278
<Image
279279
src={ethBlocksImage}
280280
alt="Ethereum blocks"

0 commit comments

Comments
 (0)