-
Notifications
You must be signed in to change notification settings - Fork 23
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
ui: Viewport issues #1169
Labels
Milestone
Comments
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Mar 5, 2019
- fix footer overflow - fix footer hovering above bottom of screen - removed unused redundant DOM from `app.component.html` (showcase / starter) ISSUES CLOSED: NationalBankBelgium#1169 BREAKING CHANGES: - `stark-app-sidenav-content` should not be applied to a wrapper element (`div`) anymore. Replace it with a `ng-container`. This ensures the footer is always at the bottom. (see Starter for an example)
3 tasks
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Mar 6, 2019
- fix footer overflow - fix footer hovering above bottom of screen - removed unused redundant DOM from `app.component.html` (showcase / starter) ISSUES CLOSED: NationalBankBelgium#1169 BREAKING CHANGES: - `stark-app-sidenav-content` should not be applied to a wrapper element (`div`) anymore. Replace it with a `ng-container`. This ensures the footer is always at the bottom. (see Starter for an example)
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Mar 6, 2019
- fix footer overflow - fix footer hovering above bottom of screen - removed unused redundant DOM from `app.component.html` (showcase / starter) ISSUES CLOSED: NationalBankBelgium#1169 BREAKING CHANGES: - `stark-app-sidenav-content` should not be applied to a wrapper element (`div`) anymore. Replace it with a `ng-container`. This ensures the footer is always at the bottom. (see Starter for an example)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
When the site content is smaller than the viewport several issues occur. (footer floats, menu does not go to bottom, etc.)
Expected behavior
When the screen is not filled the components should be displayed correctly.
The entire viewport is used by the application.
The text was updated successfully, but these errors were encountered: