-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Issue : Angular Material 2 - not rendering in full screen #759
Comments
I don't know what you mean by "full screen". Are you perhaps referring to the 8px margin that browsers add by default to the document body? |
I think he meant by full and half screen that height of app is not 100% and footer is not on the bottom. |
@aquinum6 : The height of the container is 100% already, set by default. I feel, its not needed to set to it manually. |
Can you share your CSS? Can you reproduce the issue in a plunker? What happens when you set the height of your |
@happyvig It looks like you're not using the |
@kara i think the real problem is.. when using fullscreen attribute and footer put inside 'md-sidenav-layout', then footer is not a sticky bottom even though using absolute position and bottom zero. |
@mmalerba need discussion on the behavior of |
I would avoid the fullscreen attribute, we plan to remove it. Instead structure the DOM so that md-sidenav-layout naturally takes up the full screen (see example in #1966) |
set app tag {display:block;} |
.example-container { } add this class to md-sidenav-container will resolve the issue |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…1004) - fix hover and focus indicators on header nav items to have sufficient contrast Fixes angular#759
…1004) - fix hover and focus indicators on header nav items to have sufficient contrast Fixes angular#759
…1004) - fix hover and focus indicators on header nav items to have sufficient contrast Fixes angular#759
…1004) - fix hover and focus indicators on header nav items to have sufficient contrast Fixes angular#759
- fix hover and focus indicators on header nav items to have sufficient contrast Fixes #759
…1004) - fix hover and focus indicators on header nav items to have sufficient contrast Fixes angular#759
…1004) - fix hover and focus indicators on header nav items to have sufficient contrast Fixes angular#759
Bug, feature request, or proposal:
Bug :
I am using Angular Material 2 for my Angular 2 app. My dashboard page is not rendering full page in the browser. Attached is the screenshot of the above mentioned issue.
app.component.html
<router-outlet></router-outlet>
dashboard.component.html
dashboard.component.ts
Am I missing something here ?
Appreciate your help on this.
What is the expected behavior?
Full screen rendering
What is the current behavior?
Half screen rendering
Which versions of Angular, Material, OS, browsers are affected?
Chrome 51.0.2704.103 m (64-bit)
Node 6.x
Angular 2.0.0-rc.1
Angular Material 2 - 2.0.0-alpha.5
The text was updated successfully, but these errors were encountered: