Skip to content

Commit e9ab57b

Browse files
committed
debugging mobile
1 parent 8ebb6a4 commit e9ab57b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_layouts/splash.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
if (curHeight > minHeight) {
8181
const h = Math.max(minHeight, curHeight - currentScrollY);
8282
dynamicDiv.style.height = h + 'px';
83+
dynamicDiv.getBoundingClientRect();
8384
curHeight = h;
8485
window.scrollTo(currentScrollX, 0);
8586
// Force recompute of height:

0 commit comments

Comments
 (0)