Skip to content

Commit 7cce02d

Browse files
fix star nav layer in story (#159)
1 parent 608b72c commit 7cce02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/_components/story/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function Story() {
144144
</div>
145145
</div>
146146

147-
<div className="hidden items-center gap-5 2xl:flex">
147+
<div className="z-10 hidden items-center gap-5 2xl:flex">
148148
<div className="gradient-border-left h-[1px] w-[200px]" />
149149
{stories.map((_, index) =>
150150
index === currentIndex ? (

0 commit comments

Comments
 (0)