From: Gerard K. Cohen Date: Thu, 9 Feb 2017 23:29:21 +0000 (-0800) Subject: 7548 prevent reveal scroll on iOS using position:fixed on html element X-Git-Tag: 6.3.1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9763%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 7548 prevent reveal scroll on iOS using position:fixed on html element --- diff --git a/scss/components/_reveal.scss b/scss/components/_reveal.scss index 4b1194626..8de7610ae 100644 --- a/scss/components/_reveal.scss +++ b/scss/components/_reveal.scss @@ -123,6 +123,7 @@ $reveal-overlay-background: rgba($black, 0.45) !default; html.is-reveal-open body { min-height: 100%; overflow: hidden; + position: fixed; user-select: none; }