Fix for mobile
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user