diff --git a/src/client/index.css b/src/client/index.css
index c3b05f83ce32d3a54b48249e95221c2d60418d28..d3abc1318ee7cd6de0036951521ed2010853bd44 100644
--- a/src/client/index.css
+++ b/src/client/index.css
@@ -1,11 +1,9 @@
-body {
-    margin: 0;
+html, body, #root, #app  {
+    height: 100%;
 }
 
-@media screen and (min-width: 960px) {
-    html, body, #root, #app  {
-        height: 100%;
-    }
+body {
+    margin: 0;
 }
 
 fieldset, .opacity-slider {