-
Notifications
You must be signed in to change notification settings - Fork 62
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
__blaze-root breaks flex layout, why? #46
Comments
+1 |
We had this issue and fixed it. Are you running the latest version? |
Perhaps I misinterpreted fit123's problem... I'm using Material Design Lite and I built a fixed navigation header bar. When not using blaze-layout, the header bar is responsive. However, when I abstract the navigation into its own template, the responsiveness stops. Using BlazeLayout.setRoot('body') does not work. |
For the future googlers, you might want to consider adding a BlazeLayout.setRoot('body'); |
@TechplexEngineer a googler from the future thanks you a lot. |
I noticed that blaze root breaks flex layout. it renders the default layout twice in the body tag. Does anyone have a fix for this?
BlazeLayout.setRoot('body') did not fix the issue.
The text was updated successfully, but these errors were encountered: