Skip to content

Commit b59dc43

Browse files
authored
Merge pull request #16 from Alexander-Ordina/bugfix/disable-scroll-on-wrapper-page-to-prevent-ios-scroll-bounce
fix: Disable scroll on wrapper page to prevent scrollbounce iOS
2 parents 0ccb2c1 + bf75da6 commit b59dc43

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)