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 6c6ec99 commit 67298d9Copy full SHA for 67298d9
src/app/(sub pages)/about/page.js
@@ -23,7 +23,7 @@ export default function Home() {
23
className="-z-50 fixed top-0 left-0 w-full h-full object-cover object-center opacity-50"
24
/>
25
26
- <div className="w-full h-3/5 xs:h-3/4 sm:h-screen absolute top-1/2 -translate-y-1/2 left-0">
+ <div className="w-full h-3/5 xs:h-3/4 sm:h-screen absolute top-1/2 -translate-y-1/2 left-0 z-10">
27
<RenderModel>
28
<HatModel />
29
</RenderModel>
0 commit comments