You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the modal is open actually does not work on mobile devices. I tested in on documentation website of modal for bootstrap-modal and react-bootstrap-modal - it does ‘work’ when testing in desktop browser, however not on the mobile in real life.
I'm not sure about the answer of @mdo, I have tested his provided link and the overflow:hidden does not seems to work on the body on my mobile so the page behind modal still can be scrolled, which I personally think that user should not be able to scroll the page while the modal is open does not matter on the length - the modal in docs is not that high and page can still be scrolled while modal is open.
Operating system and version
iOS 12.4.5
Browser and version
Google Chrome 81.0.4044.124, Safari 12
Bug description
When the modal is open actually does not work on mobile devices. I tested in on documentation website of modal for bootstrap-modal and react-bootstrap-modal - it does ‘work’ when testing in desktop browser, however not on the mobile in real life.
https://getbootstrap.com/docs/4.0/components/modal/
The text was updated successfully, but these errors were encountered: