diff --git a/web/templates/base.html b/web/templates/base.html
index f11066c..d90d7f7 100644
--- a/web/templates/base.html
+++ b/web/templates/base.html
@@ -58,6 +58,9 @@
}
body {
+ overflow-y: scroll;
+ -ms-overflow-style: none;
+ scrollbar-width: none;
height: 100%;
background-color: #868F69;
background-repeat: repeat;