From 904489171beb1ebd29cbc49ba3fade271db768f1 Mon Sep 17 00:00:00 2001 From: Jonathan Melville Date: Tue, 2 Aug 2016 11:55:33 -0400 Subject: [PATCH] Fix iOS bug where opening a modal would cause the page to jump to top. --- scss/components/_reveal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_reveal.scss b/scss/components/_reveal.scss index 35cc99ea6..b53a1f4ec 100644 --- a/scss/components/_reveal.scss +++ b/scss/components/_reveal.scss @@ -116,7 +116,7 @@ $reveal-overlay-background: rgba($black, 0.45) !default; // html gets this class only in iOS html.is-reveal-open, html.is-reveal-open body { - height: 100%; + min-height: 100%; overflow: hidden; user-select: none; } -- 2.47.2