Skip to content

Commit

Permalink
Make sure the overlay extends to the whole page in any scroll position (
Browse files Browse the repository at this point in the history
  • Loading branch information
cfviotti authored and caepenna committed Oct 26, 2017
1 parent 3b6d2aa commit 1bee363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/edem-navigation/scss/base/_unclassed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body {

&::after {
content: '';
position: absolute;
position: fixed;
opacity: 0;
width: 0;
height: 0;
Expand Down

0 comments on commit 1bee363

Please sign in to comment.