2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix redirects. (#29254)

This commit is contained in:
XhmikosR
2019-08-14 22:40:46 +03:00
committed by GitHub
parent 9a72d5c29e
commit 4b243de2c0
7 changed files with 7 additions and 7 deletions
@@ -123,7 +123,7 @@ As of iOS 9.2, while a modal is open, if the initial touch of a scroll gesture i
### Navbar Dropdowns
The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)).
The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event#Safari_Mobile)).
## Browser zooming