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
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