@import './var.less';

:root {
  --glm-overlay-z-index: @overlay-z-index;
  --glm-overlay-background-color: @overlay-background-color;
}

.glm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--glm-overlay-z-index);
  width: 100%;
  height: 100%;
  background: var(--glm-overlay-background-color);
}
