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.