typescriptcssv0.1
Docs

touch-action

Utilities for controlling how an element can be scrolled and zoomed on touchscreens.

UtilityStyles
touch.autotouch-action: auto;
touch.nonetouch-action: none;
touch.pan.xtouch-action: pan-x;
touch.pan.lefttouch-action: pan-left;
touch.pan.righttouch-action: pan-right;
touch.pan.ytouch-action: pan-y;
touch.pan.uptouch-action: pan-up;
touch.pan.downtouch-action: pan-down;
touch.pinch.zoomtouch-action: pinch-zoom;
touch.manipulationtouch-action: manipulation;