diff --git a/public/webThird/index.html b/public/webThird/index.html
index 261f5ae..1370a43 100644
--- a/public/webThird/index.html
+++ b/public/webThird/index.html
@@ -60,7 +60,7 @@
#renderCanvas {
width: 100%;
- /* height: 1753px; */
+ height: calc(100vh);
touch-action: none;
outline: none;
diff --git a/public/webWater/index.html b/public/webWater/index.html
index f2ddca8..de76877 100644
--- a/public/webWater/index.html
+++ b/public/webWater/index.html
@@ -60,7 +60,7 @@
#renderCanvas {
width: 100%;
- /* height: 1753px; */
+ height: calc(100vh);
touch-action: none;
outline: none;