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 {
margin-top: 10px;
width: 70px;
@@ -8,4 +12,8 @@
text-align: center;
justify-content: center;
border-radius: 10px;
}
#board {
touch-action: none;
}