Disable touch actions on all elements, except vertical scroll

disables stupid chrome gestures
This commit is contained in:
Adam Goldsmith 2017-09-21 11:37:03 -04:00
parent 2b71ea58ce
commit fc23e7f2ef

View File

@ -1,3 +1,7 @@
* {
touch-action: pan-y;
}
body {
margin: 0 0 0 0;
}