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
body.modal-open { overflow: visible !important; }
I needed the important attribute for it to fix it