Fix for mobile

This commit is contained in:
2026-04-05 20:46:39 +10:00
parent 592be30781
commit 5bd0139e2f

View File

@@ -1,3 +1,7 @@
html, body {
overscroll-behavior: none
}
.move { .move {
margin-top: 10px; margin-top: 10px;
width: 70px; width: 70px;
@@ -9,3 +13,7 @@
justify-content: center; justify-content: center;
border-radius: 10px; border-radius: 10px;
} }
#board {
touch-action: none;
}