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
Hi try to put this on your style.css or style.scss
.cdk-global-overlay-wrapper { display: flex; position: absolute; z-index: 1000; overflow: auto; pointer-events: auto; }