Skip to content

Commit f60b9b4

Browse files
committed
[fix] z-index 주기
1 parent ec32151 commit f60b9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/community/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Page() {
1010
return (
1111
<div className="w-full mb-10 flex relative">
1212
<StarBg className="w-full h-32 absolute"></StarBg>
13-
<article className="page-layout max-w-824 flex-1">
13+
<article className="page-layout max-w-824 flex-1 z-5">
1414
<DetailHeader />
1515
<DetailTitle />
1616
<DetailContent />

0 commit comments

Comments
 (0)