Skip to content

Commit a5548b0

Browse files
author
Boopathi
committed
Fix chatbot z-index issue by removing relative z-10 from main container
1 parent 0436f37 commit a5548b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function RootLayout({
5555
<div className="hidden dark:block">
5656
<TwinklingStars />
5757
</div>
58-
<div className="flex flex-col min-h-screen relative z-10">
58+
<div className="flex flex-col min-h-screen">
5959
{children}
6060
</div>
6161
<Toaster />

0 commit comments

Comments
 (0)