mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 02:36:30 +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) {
|
@include media($tablet) {
|
||||||
html {
|
html {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
overflow:hidden;
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-size:em(14px);
|
font-size:em(14px);
|
||||||
|
@ -10,6 +9,7 @@
|
||||||
left:0;
|
left:0;
|
||||||
&.open-menu {
|
&.open-menu {
|
||||||
left:200px;
|
left:200px;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.main-navigation {
|
.main-navigation {
|
||||||
|
|
Loading…
Add table
Reference in a new issue