#gbg-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none; /* don't block clicks */
  display: block;
}

/* If a theme paints a solid background, you may need: */
/* body { background: transparent !important; } */
