Skip to content

Commit bf75da6

Browse files
fix: Disable scroll on wrapper page to prevent scrolling inside the html / body of wrapper page which causes a unwanted scroll bounce on IOS when pulling the page down from either the chat header or the message area
1 parent b7d6d0a commit bf75da6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/assets/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
width: 100%;
99
height: 100%;
1010
margin: 0;
11+
overflow: hidden;
1112
}
1213
</style>
1314
<script>

0 commit comments

Comments
 (0)