snappy taps

This commit is contained in:
ed 2021-08-27 23:57:46 +02:00
parent cf848ab1f7
commit 97c264ca3e
3 changed files with 10 additions and 3 deletions

View file

@ -11,6 +11,7 @@ html {
background: #333; background: #333;
font-family: sans-serif; font-family: sans-serif;
text-shadow: 1px 1px 0px #000; text-shadow: 1px 1px 0px #000;
touch-action: manipulation;
} }
html, body { html, body {
margin: 0; margin: 0;

View file

@ -3,6 +3,9 @@ html, body, #wrap {
background: #f7f7f7; background: #f7f7f7;
font-family: sans-serif; font-family: sans-serif;
} }
html {
touch-action: manipulation;
}
#wrap { #wrap {
max-width: 40em; max-width: 40em;
margin: 2em auto; margin: 2em auto;

View file

@ -1,3 +1,6 @@
html {
touch-action: manipulation;
}
#tt, #toast { #tt, #toast {
position: fixed; position: fixed;
max-width: 34em; max-width: 34em;