From: Mark Otto Date: Tue, 13 Aug 2013 05:47:19 +0000 (-0700) Subject: mention fubared state of overflow hidden on body in android and iOS to fix #8975... X-Git-Tag: v3.0.0-rc.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54a3e4b780b711660e650d909e0e11875d7ff505;p=thirdparty%2Fbootstrap.git mention fubared state of overflow hidden on body in android and iOS to fix #8975 and #9315 --- diff --git a/getting-started.html b/getting-started.html index add06adbf0..4de5474163 100644 --- a/getting-started.html +++ b/getting-started.html @@ -185,6 +185,9 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
  • Tweak your percentages manually to get the perfect rounding for Safari (more difficult than the first option)
  • We'll keep an eye on this though and update our code if we have an easy solution.

    + +

    Modals and mobile devices

    +

    Support for overflow: hidden on the <body> 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 <body> content will begin to scroll.