]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Stopgap fix to 9368 9423/head
authorKevin Ball <kmball11@gmail.com>
Wed, 30 Nov 2016 18:41:22 +0000 (10:41 -0800)
committerKevin Ball <kmball11@gmail.com>
Wed, 30 Nov 2016 18:41:22 +0000 (10:41 -0800)
scss/components/_drilldown.scss

index 85e9fbf2317ffafefd7552f447f03f026f0773c2..292d09adc77b73f3d9d0b7250e7a09b9514e954f 100644 (file)
@@ -44,7 +44,7 @@ $drilldown-background: $white !default;
     #{$global-left}: 100%;
     z-index: -1;
 
-    // height: 100%;
+    min-height: 100%;
     width: 100%;
     background: $drilldown-background;
     transition: $drilldown-transition;