_Overlay.scss 222 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.esri-overlay-surface {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  user-select: none;
  pointer-events: none;
}