]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Make reveal full screen on mobile
authorKevin Ball <kmball11@gmail.com>
Thu, 25 Feb 2016 21:05:42 +0000 (13:05 -0800)
committerKevin Ball <kmball11@gmail.com>
Thu, 25 Feb 2016 21:05:42 +0000 (13:05 -0800)
scss/components/_reveal.scss

index 1cbbef721d4db0cf319a68ad78569de0d8c99768..bc8d375c36dbc3edd3eba6be4cc978f2c6fe7528 100644 (file)
@@ -153,6 +153,10 @@ $reveal-overlay-background: rgba($black, 0.45) !default;
       @include reveal-modal-fullscreen;
     }
 
+    @include breakpoint(small only) {
+      @include reveal-modal-fullscreen;
+    }
+
     &.without-overlay {
       position: fixed;
     }