Skip to content

Commit

Permalink
Fix navigation cut-off on small bodies
Browse files Browse the repository at this point in the history
Fixes swiss#527
  • Loading branch information
topaxi committed Oct 2, 2017
1 parent 069fbb9 commit 39b9e0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/sass/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ body,
background: url('../img/bg-striped.png') repeat;
}

body {
min-height: 100vh;
}

.overlay {
content: ' ';
display: none;
Expand Down

0 comments on commit 39b9e0b

Please sign in to comment.