Add touch-action: manipulation property to buttons

This commit is contained in:
Dallas Hoffman 2023-09-15 00:21:29 -04:00
parent 0de5d6dcfa
commit d4b05ba380
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ a,
--color: hsl(240, 85%, 54%);
}
button {
touch-action: manipulation;
}
ul > li {
list-style: disc;
}