I am facing an issue with bootstrap 3 modal in iOS. Is there any working solution to prevent background scroll in iPhone, However it's working perfect on android but in iPhone whenever I open a modal and try to scroll background scroll works with a modal scroll as well.
I have tried all the possible solutions position: fixed
not working. overflow: hidden
is already applied. Thanks
This is the default style on the modal.
.modal-open { overflow: hidden; }