Skip to content
Snippets Groups Projects
Unverified Commit 6e6d2b73 authored by Xaver Maierhofer's avatar Xaver Maierhofer
Browse files

[BUGFIX] Remove vertical scrollbar

parent 9faebdf7
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ body {
color: $color-black;
font-family: $font-family;
font-size: $font-size;
overflow: hidden;
overflow-y: scroll;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment