angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.32k stars 6.73k forks source link

md-sidenav-container panel #6880

Closed lmarcelocc closed 7 years ago

lmarcelocc commented 7 years ago
hllp

Bug, feature request, or proposal:

Bug?

What is the expected behavior?

That does not occupy the full screen when it's closed.

What is the current behavior?

It occupy full screen and when closed, it even above the rest of the html page view.

What are the steps to reproduce?

<md-sidenav-container class="sidenav-container" fullscreen>

    <md-sidenav #sidenav class="sidenav-sidenav">

        <md-toolbar class="site-logo-toolbar md-hue-1">
            <div class="site-logo-container" layout-align="center center">
                <a routerLink="/"><img flex src="assets/img/logo.png" alt="Logo Sodexo"></a>
            </div>
        </md-toolbar>

        <div flex></div>

        <div layout-margin></div>

        <div>
            <i class="material-icons">power_settings_new</i>
            <button md-button><span>LOG_OUT</span></button>
        </div>
    </md-sidenav>

</md-sidenav-container>

Providing a Plunker (or similar) is the best way to get the team to see your issue. Plunker template: https://goo.gl/DlHd6U

What is the use-case or motivation for changing an existing behavior?

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

2.0.0-beta.10, Windows10, Typescript ~2.2.2, Chrome at least

Is there anything else we should know?

angular-automatic-lock-bot[bot] commented 5 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.