Added overflow stop for mobile menu, shifting some stuff.

This commit is contained in:
2018-06-18 21:55:24 +10:00
parent c52c04db63
commit 07aa74f359
12 changed files with 244 additions and 67 deletions

View File

@ -11,9 +11,10 @@
body {
margin: 0;
padding: 0;
min-height: 100vh;
width: 100vw;
height: 100vh;
font-family: $s-font--stack-default;
font-size: $s-font--size--base;
overflow-y: scroll;//Really makes the transitions feel smoother
overflow: hidden;//Really makes the transitions feel smoother
}