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