15 lines
222 B
SCSS
15 lines
222 B
SCSS
|
.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;
|
||
|
}
|