fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.36k stars 437 forks source link

Background-Color not view in nextjs on tailwind #528

Closed adyto closed 2 years ago

adyto commented 2 years ago

in activeClass={'bg-color-red-500 text-red-500'} the text-red-500 is showing when i scroll to bottom, but the background color not showing i tryin to add in external css, to in my globall.css .active { width: 100%; color: red; border-color: blue; border-style: solid; background-color: #ffff !important; background-size: auto !important; }

in this case when i try with external css, the background color still not showing, but the text of text is showing, do you have insight for my problem? thank sir i hope you reply this issues

adyto commented 2 years ago

Solved i just need take a break for focus, thank sir for this package