/* ===================================================================
 * lightning.css
 * Sizing for the Lightning WebGL background canvas.
 * ------------------------------------------------------------------- */
.lightning-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: none;
}
