.liquid-ether-container {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  touch-action: none;
  z-index: -10;
  pointer-events: none; /* Make sure it doesn't block clicks */
}
