-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
The height of the MatStepper (horizontal) doesn't fit all the content when it is in a sidenav
What is the expected behavior?
The content of the stepper should all be visible (height-wise)
What is the current behavior?
Some parts are hiding due to the main div's height size.
What are the steps to reproduce?
- Create a sidenav
- Add an horizontal MatStepper
- Add some mat-raised-button at the end of a step.
- Notice that the bottom part of the bottom is not visible
https://stackblitz.com/edit/angular-gygkao
What is the use-case or motivation for changing an existing behavior?
Elements should be able to display correctly. Height should adjust to its full content.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular : 5.6.0
Material: 2.0.0-beta.12
Metadata
Metadata
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent