Skip to content
Snippets Groups Projects
Commit 9514d108 authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

fixed window overflow

parent f2a74bb7
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ body {
padding: 0;
font-family: 'Lato', sans-serif;
overflow: none;
height: 100%;
width: 100vw;
height: 100vh;
background: #131415;
/*-moz-user-select: none;
-webkit-user-select: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment