From: karland Date: Tue, 1 Apr 2014 14:49:37 +0000 (+0200) Subject: Fix: Modal does not have background outside viewport on small medials X-Git-Tag: v5.2.2~29^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4865%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix: Modal does not have background outside viewport on small medials If the reval modal is larger then the viewport the background disappears when scrolling the modal up. The cause is the the height: 100vh, that limits the height of the modal to the viewport height. --- diff --git a/scss/foundation/components/_reveal.scss b/scss/foundation/components/_reveal.scss index bcd4919b4..c4a483290 100644 --- a/scss/foundation/components/_reveal.scss +++ b/scss/foundation/components/_reveal.scss @@ -75,7 +75,6 @@ $close-reveal-modal-class: "close-reveal-modal" !default; top:0; #{$default-float}: 0; @media #{$small-only} { - height: 100vh; min-height:100vh; } @media #{$medium-up} {