Skip to content

Commit 67298d9

Browse files
committed
Update: increase z-index in 3d model of about page
1 parent 6c6ec99 commit 67298d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(sub pages)/about/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Home() {
2323
className="-z-50 fixed top-0 left-0 w-full h-full object-cover object-center opacity-50"
2424
/>
2525

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">
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 z-10">
2727
<RenderModel>
2828
<HatModel />
2929
</RenderModel>

0 commit comments

Comments
 (0)