We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec32151 commit f60b9b4Copy full SHA for f60b9b4
src/app/community/[id]/page.tsx
@@ -10,7 +10,7 @@ function Page() {
10
return (
11
<div className="w-full mb-10 flex relative">
12
<StarBg className="w-full h-32 absolute"></StarBg>
13
- <article className="page-layout max-w-824 flex-1">
+ <article className="page-layout max-w-824 flex-1 z-5">
14
<DetailHeader />
15
<DetailTitle />
16
<DetailContent />
0 commit comments