Skip to content

Beta.10 breaks floating elements inside sidenav #7170

@twoheaded

Description

@twoheaded

Bug, feature request, or proposal:

Bug

What is the expected behavior?

It is necessary to place floating elements inside sidenav.
In Beta.8 elements with styles:

position: fixed;
bottom: 0;
right: 0;

and

/deep/ .mat-sidenav-content {
  transform: none !important;
}

works well.

What is the current behavior?

Floating elements that placed in a subcomponent inside the sidenav now doesn't fixed in bottom right of browser window.

The same thing is with position absolute in the sidenav documentation example.

sidenav angular material

What are the steps to reproduce?

Beta.10 also broke all the plunker examples in the documentation. Therefore, I can not greet the example. See the documentation page

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

Angular 4.3.6, Material beta.10, Win10, TS 2.2.2, all current versions of brousers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions