geothermie-atlas/public/assets/esri/themes/base/_Overlay.scss

15 lines
222 B
SCSS
Raw Permalink Normal View History

2023-10-19 09:07:33 +00:00
.esri-overlay-surface {
position: absolute;
border: none;
padding: 0;
margin: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
pointer-events: none;
user-select: none;
}