Hide horizontal scrollbar

This "fixes" issue #91
This commit is contained in:
Qwerty-Space 2018-06-10 19:33:08 +01:00 committed by GitHub
parent d922667f56
commit 9a507219cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 82 additions and 81 deletions

View File

@ -2,6 +2,7 @@ body {
background: #002B36;
padding: 20px 50px;
margin: 0px;
overflow-x: hidden;
}
/* textarea */