diff --git a/www/render/index.html b/www/render/index.html
index f8c4c5f4a..807ebf17e 100644
--- a/www/render/index.html
+++ b/www/render/index.html
@@ -14,11 +14,12 @@
box-sizing: border-box;
border: 1px solid blue;
width: 100%;
- height: 100vh;
+ height: 100%;
+ overflow: auto;
+
font-size: 15px;
top: 0px;
left: 0px;
- z-index: 10;
}