[BUGFIX] Remove vertical scrollbar

This commit is contained in:
Xaver Maierhofer 2017-02-04 02:27:28 +01:00
parent 9faebdf7d7
commit 6e6d2b7361
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ body {
color: $color-black;
font-family: $font-family;
font-size: $font-size;
overflow: hidden;
overflow-y: scroll;
}