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%);
|
--color: hsl(240, 85%, 54%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
touch-action: manipulation;
|
||||||
|
}
|
||||||
|
|
||||||
ul > li {
|
ul > li {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue