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

@ -20,7 +20,7 @@
.o-page-transition__container {
overflow: hidden;
width: 100%;
height: 100%;
min-height: 100%;
position: relative;
}