We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
".content" should be "> .content" to avoid affecting other .content classes on .nano .content child elements.
.nano > .content { ... } .nano > .content:focus { ... } .nano > .content::-webkit-scrollbar { ... } .has-scrollbar > .content::-webkit-scrollbar { ... }
The text was updated successfully, but these errors were encountered:
Thanks! yes, it might be a good idea to use direct child selector for .content too.
.content
Sorry, something went wrong.
Add prefix to css class names (fix jamesflorentino#146, jamesflorenti…
6157594
…no#208) * Use child selector in css
Merge pull request #213 from adam101/css_classes
633fda7
Add prefix to css class names (fix #146, #208)
kristerkari
No branches or pull requests
".content" should be "> .content" to avoid affecting other .content classes on .nano .content child elements.
.nano > .content { ... }
.nano > .content:focus { ... }
.nano > .content::-webkit-scrollbar { ... }
.has-scrollbar > .content::-webkit-scrollbar { ... }
The text was updated successfully, but these errors were encountered: