/* fluid demo */

/* ── Fluid ───────────────────────────────────────── */

#fluid-canvas {
    touch-action: none;   /* drag stirs the fluid instead of scrolling the page */
    cursor: crosshair;
}
