timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.64k stars 2.01k forks source link

Add z-index to ThemeSwitch menu #904

Closed PxlSyl closed 5 months ago

PxlSyl commented 5 months ago

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 :

timlrx commented 5 months ago

Yes, that's definitely a bug - do you mind contributing a PR 😄

PxlSyl commented 5 months ago

Yes, that's definitely a bug - do you mind contributing a PR 😄

Done 😄