.liquid-ether-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.liquid-ether-container canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
