TW-Elements-React
TW-Elements-React copied to clipboard
TW Elements for React - 𝙃𝙪𝙜𝙚 collection of Tailwind + React components, sections and templates 😎
# Page Scrolling Issue ## Description The page scrolling stops working as soon as the page is fully loaded. ## To Reproduce Steps to reproduce the behavior: 1. Visit [Tw-Elements...
After visiting the page scroll disappears, the issue exists on Ubuntu Chrome. Similar issue: https://github.com/mdbootstrap/TW-Elements/discussions/2330 https://github.com/mdbootstrap/TW-Elements-React/issues/167
**Describe the bug** After following the setup instructions for a NextJS project, including this line: ```ts import "tw-elements-react/dist/css/tw-elements-react.min.css"; ``` ... seems to overwrite custom color classes in `tailwind.config.css` set in...