I have a problem, with a modal. I have a button on a page, that toggles the modal. When the modal shows up, the page jumps to top.
I have done everything I could to
If you are facing this issue in an Angular program add the below code at the first line of .scss file.
::ng-deep { body.modal-open { overflow: visible !important; position: absolute !important; } }