From 54a3e4b780b711660e650d909e0e11875d7ff505 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 22:47:19 -0700 Subject: [PATCH] mention fubared state of overflow hidden on body in android and iOS to fix #8975 and #9315 --- getting-started.html | 3 +++ 1 file changed, 3 insertions(+) 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.

    -- 2.47.2