diff options
| author | Mark Otto <[email protected]> | 2013-08-12 22:47:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 22:47:19 -0700 |
| commit | 54a3e4b780b711660e650d909e0e11875d7ff505 (patch) | |
| tree | 5a0aabaab5a3b80cafa5dce1db555fea5f9b1e18 /getting-started.html | |
| parent | f25a4805ed712f6da48d247ea7bec0a62a9caf75 (diff) | |
| download | bootstrap-54a3e4b780b711660e650d909e0e11875d7ff505.tar.xz bootstrap-54a3e4b780b711660e650d909e0e11875d7ff505.zip | |
mention fubared state of overflow hidden on body in android and iOS to fix #8975 and #9315
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html index add06adbf..4de547416 100644 --- a/getting-started.html +++ b/getting-started.html @@ -185,6 +185,9 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { <li>Tweak your percentages manually to get the perfect rounding for Safari (more difficult than the first option)</li> </ul> <p>We'll keep an eye on this though and update our code if we have an easy solution.</p> + + <h3>Modals and mobile devices</h3> + <p>Support for <code>overflow: hidden</code> on the <code><body></code> element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the <code><body></code> content will begin to scroll.</p> </div> |
