Remove horiz scrollbars
This commit is contained in:
parent
e116ff32bf
commit
273ebcdb14
|
@ -8,6 +8,7 @@ html, body {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
color: $base-text;
|
color: $base-text;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in New Issue