.click-spark-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none; /* clicks pass through to the page underneath */
  z-index: 2000; /* above the dock (1000) and everything else */
}