Open
Description
What is the expected behavior?
documentElement fixed the position and block scrolling.
What is the current behavior?
documentElement the position offset.
What are the steps to reproduce?
html, body {
width: 100%;
height: 100%;
}
body {
overflow-x: hidden;
}
StackBlitz: https://stackblitz.com/edit/angular-cgmaeh
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
@angular/cdk 7.3
Is there anything else we should know?
.cdk-global-scrollblock {
...
+ body {
+ overflow-x: unset;
+ }
}