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
I tried all of the above examples - this is the only thing that worked for me:
.modal-open { padding-right: 0 !important; }
Removing the padding from the right side of the model - prevents the jump.