mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 10:16:32 +02:00
Bug Fix
- fixed bug that causes scrolling not to work on mobile media
This commit is contained in:
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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue