/* Prevent iOS bounce / Android overscroll */
html, body { overscroll-behavior: none; }

/* Prevent default touch actions on the canvas */
canvas { touch-action: none; }
