-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi!
There's a small fix to do with the new ThemeSwitch menu, and with the PostBanner layout, see by yourself there :
https://tailwind-nextjs-starter-blog.vercel.app/blog/pictures-of-canada
Solution :
Add a z-index (z-50) to the menu, like this :
<Menu.Items className="absolute right-0 z-50 mt-2 w-32 origin-top-right divide-y divide-gray-100 rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none dark:bg-gray-800">
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working