diff --git a/index.html b/index.html
index b90895173ba674388b5d6b627b6ecbf2e0322533..83334ac402d86c426d91a2b84a9988dfd6fc9c21 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,7 @@
             background-color: rgb(88, 88, 88);
             color: white;
             font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+            height: 500vh;
         }
         
         .container {
diff --git a/src/parent-style.css b/src/parent-style.css
index b61f7b16efbf407c5fb9a375d8684928ab5c9d3f..8860da3fda160f4e057f0791e935ade2e0a83eea 100644
--- a/src/parent-style.css
+++ b/src/parent-style.css
@@ -1,5 +1,5 @@
 .chatterbox-iframe {
-    position: absolute;
+    position: fixed;
     right: 10px;
     bottom: 50px;
     border: none;
@@ -19,7 +19,7 @@
 }
 
 .start {
-    position: absolute;
+    position: fixed;
     right: 10px;
     bottom: 10px;
 }