Remove scroll to refresh

This commit is contained in:
augustin64 2022-05-14 18:42:26 +02:00
parent 5c0e8aa85d
commit 727ce5f705

View File

@ -8,6 +8,7 @@ body {
#digit-canvas {
border: 2px solid #e0e0e0;
border-radius: 5px;
touch-action:none;
}
#result {
@ -19,6 +20,12 @@ body {
body {
display: inline;
}
button {
width: 300px;
height: 50px;
-webkit-appearance: none;
font-size: large;
}
#digit-canvas {
width: 95vw;
height: 95vw;