Add touch-action: manipulation property to buttons
This commit is contained in:
parent
0de5d6dcfa
commit
d4b05ba380
|
@ -44,6 +44,10 @@ a,
|
|||
--color: hsl(240, 85%, 54%);
|
||||
}
|
||||
|
||||
button {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
ul > li {
|
||||
list-style: disc;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue