-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
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.
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
Labels
No labels
