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

View File

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