Remove horiz scrollbars

This commit is contained in:
Rico Sta. Cruz 2017-08-29 23:59:28 +08:00
parent e116ff32bf
commit 273ebcdb14
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 0 deletions

View File

@ -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 {