-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionarea: cdk/overlay
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;
+ }
}
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionarea: cdk/overlay