#mwsp-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  display: block;
}

/* Optional if theme background hides the galaxy */
/* body { background: transparent !important; } */
