I tried to make a scroll for a dialog in reposition strategy, but it doesn\'t work for me.
const scrollStrategy = this.overlay.scrollStrategies.reposition();
con
compare all the files difference. there is extra css in style.css
.cdk-global-overlay-wrapper {
pointer-events: auto;
display: block;
position: relative;
overflow: auto;
text-align: center;
}
.cdk-global-overlay-wrapper::before {
content: '';
display: inline-block;
height: 100%;
white-space: nowrap;
}
.cdk-overlay-pane {
display: inline-block;
position: relative;
text-align: left;
white-space: normal;
}