vertical-scroll-touch-action.html (207B)
1 <!DOCTYPE html> 2 <style> 3 body, html { 4 height: 100%; 5 width: 100%; 6 overflow: hidden; 7 } 8 body { 9 touch-action: none; 10 } 11 </style> 12 <body> 13 <p>This page blocks all 'touch-action'.</p> 14 </body>