Open peleccom opened 5 years ago
Overlay is fully visible. There is a padding between right side of overlay and page border
Overlay position is wrong.
https://stackblitz.com/edit/angular-2nsh5d
Place mat-select at the right border Set overflow-y: scroll; for body element
overflow-y: scroll;
body
angular: 7.2.7 angular-material: 7.3.1
True. Has the same bug in our project. And this is really annoying.
@crisbeto looks like the overlay positioning isn't working from the edge of the scroll bar, but from the edge of the window instead.
What is the expected behavior?
Overlay is fully visible. There is a padding between right side of overlay and page border
What is the current behavior?
Overlay position is wrong.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-2nsh5d
Place mat-select at the right border Set
overflow-y: scroll;
forbody
elementWhich versions of Angular, Material, OS, TypeScript, browsers are affected?
angular: 7.2.7 angular-material: 7.3.1
Is there anything else we should know?