You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}
make it like this
.reactSlider * {
margin: 0;
padding: 0; box-sizing: border-box;
}
with this it is effecting globally and effecting my app. if you write for your application level like .reactslide *{} that would be better .
in my app we not used box-sizing and your css plugin files not able to over ride and loading last.
could you please write like that would be help ful for other users also
The text was updated successfully, but these errors were encountered:
margin: 0;
padding: 0;
box-sizing: border-box;
}
make it like this
.reactSlider * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
with this it is effecting globally and effecting my app. if you write for your application level like .reactslide *{} that would be better .
in my app we not used box-sizing and your css plugin files not able to over ride and loading last.
could you please write like that would be help ful for other users also
The text was updated successfully, but these errors were encountered: