Skip to content

Commit e40b1fe

Browse files
Update drawing.html
1 parent 8148dc1 commit e40b1fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drawing.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
place-items: center;
2222
}
2323
button {
24+
touch-action: manipulation;
2425
margin: 0 5px;
2526
font-size: 1rem;
2627
}
2728
#buttons {
29+
touch-action: manipulation;
2830
border-top: 1px solid #ccc;
2931
position: fixed;
3032
bottom: 0;
@@ -353,4 +355,4 @@
353355
});
354356
</script>
355357
</body>
356-
</html>
358+
</html>

0 commit comments

Comments
 (0)