I have a display problem in the jQuery autocomplete inside a modal dialog bootstrap.
When I mouse scroll, the results do not remain attached to the input.
Is
.cdk-overlay-container { z-index: 9999 !important; }
I tried all solutions in my internal css file of the component, and nothing works, only when moved it to styles.css.
good luck