Prevent horizontal scroll on mobile browsers if page wrapper is pushed off-screen
This commit is contained in:
parent
71689da6b1
commit
a2759b7bd2
|
@ -1,7 +1,7 @@
|
|||
html,
|
||||
body {
|
||||
html {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
color: #333;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
html, body {
|
||||
html {
|
||||
font-family: "Open Sans", sans-serif
|
||||
color: #333
|
||||
overflow-x: hidden
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue