Skip to content

Commit cab7b39

Browse files
authored
Merge pull request #20 from biplab-sutradhar/fix/bug
fixed button overlapping
2 parents ba1a477 + c5b6253 commit cab7b39

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)