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

Window width related CSS classes doesn't work for some components #48

Closed
mlenormand opened this issue Aug 26, 2016 · 2 comments
Closed

Comments

@mlenormand
Copy link

Window width related CSS classes works by first setting "display:none" for all those classes and then display each of them depending of the window width (with media-query CSS). But some components have their own display CSS instructions that overrides the windows width related CSS classes.

Possible fix, that works for me : just move all window width related CSS classes at the end of the CSS file to take precedence over the components CSS instructions (may cause some side effects, not tested).

@rstoenescu
Copy link
Member

rstoenescu commented Aug 26, 2016

some examples that don't work please?

@rstoenescu
Copy link
Member

Please reopen with examples so I know what to fix :)

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

2 participants