Skip to content

Commit c5b6253

Browse files
fixed button overlapping
1 parent ba1a477 commit c5b6253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function RootLayout({
4444
<body
4545
className={`${shareTech.className} ${archivoBlack.variable} ${shareTech.variable} ${shareTechMono.variable}`}
4646
>
47-
<div className="relative z-10">
47+
<div className="relative z-40">
4848
<TopNav />
4949
</div>
5050
{children}

0 commit comments

Comments
 (0)