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

How can I fix heigth of main screen after loading? #60

Closed
boskiv opened this issue Dec 26, 2016 · 3 comments
Closed

How can I fix heigth of main screen after loading? #60

boskiv opened this issue Dec 26, 2016 · 3 comments

Comments

@boskiv
Copy link
Contributor

boskiv commented Dec 26, 2016

screenshot from 2016-12-26 13-22-23

@boskiv
Copy link
Contributor Author

boskiv commented Dec 26, 2016

when I checkout and then check in on height:100% in browser inspection, it fit right.

@TwanoO67
Copy link
Owner

Yep I see the problem too, but I don't know where the problem is.

Normally the javascript of AdminLTE would react to the resize of the page, but with angular, there's resizing that don't "pop" these event.
So to fix that, I simulate a resize event, with that line 35 ( https://github.com/TwanoO67/ng2-admin-lte/blob/master/src/app/app.component.ts )
It was well working, but since we have the authO connection i'ts not working anymore.
I suppose that those event triggering should be called later in the loading, but I don't know where at the moment

@TwanoO67
Copy link
Owner

Seems fixed since the removal of Auth0 login

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