From 1bee363744ded1e751b671276b19f30b21447b89 Mon Sep 17 00:00:00 2001 From: Caio Viotti Date: Thu, 26 Oct 2017 13:04:53 -0200 Subject: [PATCH] Make sure the overlay extends to the whole page in any scroll position (#3) --- static/edem-navigation/scss/base/_unclassed.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/edem-navigation/scss/base/_unclassed.scss b/static/edem-navigation/scss/base/_unclassed.scss index 2e6082c..7732ea0 100644 --- a/static/edem-navigation/scss/base/_unclassed.scss +++ b/static/edem-navigation/scss/base/_unclassed.scss @@ -6,7 +6,7 @@ body { &::after { content: ''; - position: absolute; + position: fixed; opacity: 0; width: 0; height: 0;