From 9514d1083bf05c68421268654a5fbd2095330431 Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Tue, 10 Sep 2019 13:11:25 +0200
Subject: [PATCH] fixed window overflow

---
 css/style.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/css/style.css b/css/style.css
index c3da117..2a99919 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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; 
-- 
GitLab