This commit is contained in:
Kyle
2019-08-17 20:09:23 -07:00
parent 70410d2b37
commit c807380ddc
2 changed files with 2 additions and 2 deletions

View File

@@ -264,7 +264,7 @@ function moveTouch() {
touchX[i] = event.touches[i].clientX touchX[i] = event.touches[i].clientX
touchY[i] = event.touches[i].clientY touchY[i] = event.touches[i].clientY
} }
// window.scrollTo(0, 0); setTimeout(function(){window.scrollTo(0, 0)},50)
} }
function endTouch() { function endTouch() {
for (var i = 1; i <= playerList.length; i++) { for (var i = 1; i <= playerList.length; i++) {

View File

@@ -156,7 +156,7 @@
border: 1px solid white; border: 1px solid white;
width: auto; width: auto;
height: auto; height: auto;
touch-action: manipulation !important touch-action: manipulation;
} }
.widePlayerBox { .widePlayerBox {
grid-column: 1 / span 2; grid-column: 1 / span 2;