Add touch-action: manipulation for mobile devices
This commit is contained in:
parent
2088c9a0cb
commit
f633bbe679
3 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@ html {
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
letter-spacing: 0.33px;
|
letter-spacing: 0.33px;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"Target":"book.min.5bc8a1cbdb053dcac7ddf7a245778b7e179f99d499608035c8a8bb328278e091.css","MediaType":"text/css","Data":{"Integrity":"sha256-W8ihy9sFPcrH3feiRXeLfhefmdSZYIA1yKi7MoJ44JE="}}
|
{"Target":"book.min.edc993575be58655f3e49634e3ca6db09cc38ac9aa03ecdbe81d941636e35273.css","MediaType":"text/css","Data":{"Integrity":"sha256-7cmTV1vlhlXz5JY048ptsJzDismqA+zb6B2UFjbjUnM="}}
|
Loading…
Reference in a new issue