- fixed bug that causes scrolling not to work on mobile media
This commit is contained in:
Luke Vella 2015-02-09 16:16:21 +01:00
parent 9c24a1a6d1
commit de38e1f794
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,6 @@
@include media($tablet) {
html {
max-width:100%;
overflow:hidden;
}
body {
font-size:em(14px);
@ -10,6 +9,7 @@
left:0;
&.open-menu {
left:200px;
overflow:hidden;
}
}
.main-navigation {