From a9718f2b89af4573792aa57aa2655241a6315257 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Thu, 25 Feb 2016 13:05:42 -0800 Subject: [PATCH] Make reveal full screen on mobile --- scss/components/_reveal.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/components/_reveal.scss b/scss/components/_reveal.scss index 1cbbef721..bc8d375c3 100644 --- a/scss/components/_reveal.scss +++ b/scss/components/_reveal.scss @@ -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; } -- 2.47.2