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

So do we always have to manually set the height for __blaze-root? #76

Open
Orbyt opened this issue Jul 20, 2016 · 0 comments
Open

So do we always have to manually set the height for __blaze-root? #76

Orbyt opened this issue Jul 20, 2016 · 0 comments

Comments

@Orbyt
Copy link

Orbyt commented Jul 20, 2016

I was debugging an issue and released I couldnt see my UI because __blaze-root was being rendered by default with a height of 1. Why is this?

Adding

#__blaze-root {
    height: 100%;
}

seemed to fix the issue, but I've seen some demo projects using BlazeLayout and FlowRouter where they dont do this. So is this usually required? If not, why would it render with a height of 1?

All the templates rendered inside had a height of 100%.

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