]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
mention fubared state of overflow hidden on body in android and iOS to fix #8975...
authorMark Otto <otto@github.com>
Tue, 13 Aug 2013 05:47:19 +0000 (22:47 -0700)
committerMark Otto <otto@github.com>
Tue, 13 Aug 2013 05:47:19 +0000 (22:47 -0700)
getting-started.html

index add06adbf0df0918be52589a4443dab610b4392f..4de54741635bf20b6efd8d87f8dc7139592d73df 100644 (file)
@@ -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>&lt;body&gt;</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>&lt;body&gt;</code> content will begin to scroll.</p>
   </div>