diff --git a/index.css b/index.css index 1297417..9870690 100644 --- a/index.css +++ b/index.css @@ -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; } \ No newline at end of file