Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS issue #5

Open
prashanthgundas opened this issue Apr 7, 2022 · 0 comments
Open

CSS issue #5

prashanthgundas opened this issue Apr 7, 2022 · 0 comments

Comments

@prashanthgundas
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant