#Scrollbars in Dark mode / Next.js project with Tailwind CSS
1 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not contain specific details on how to style scrollbars with Tailwind CSS in a Next.js project.
However, based on the information available, it's clear that you can apply global styles to any layout, page, or component in the app directory of a Next.js project. This includes Tailwind CSS styles. You can add the app directory to your tailwind.config.js file and import your global styles in your app/layout.js file.
For more specific guidance on your issue, I recommend referring to the Next.js and Tailwind CSS documentation or community resources. Here are some potentially helpful links:
- Next.js Documentation (https://nextjs.org/docs)
- Tailwind CSS Documentation (https://tailwindcss.com/docs)