Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fixed z-index icon notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamaruddheen committed Nov 4, 2023
1 parent d56e68c commit 8381b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layouts/MultiLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function MultiLayout({ settings, children }) {
<Navbar />
</>
)}
<main id="main" className="flex-1 dark:bg-dark-2 dark:z-10">
<main id="main" className="flex-1 dark:bg-dark-2 dark:z-40">
{children}
</main>
{(!settings ||
Expand Down

0 comments on commit 8381b56

Please sign in to comment.