Fixed document ref in hitdetect
fixed lint
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.map {
|
||||
background: rgba(232, 230, 223, 1);
|
||||
position: relative;
|
||||
}
|
||||
.map .ol-rotate {
|
||||
left: .5em;
|
||||
@@ -7,3 +8,16 @@
|
||||
top: auto;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.info {
|
||||
z-index: 1;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
background: rgba(0,60,136,0.7);
|
||||
color: white;
|
||||
border: 0;
|
||||
transition: opacity 100ms ease-in;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user