hide map overlay until map is loaded
This commit is contained in:
parent
163ebcd327
commit
00631d7349
@ -25,12 +25,19 @@ ul {
|
|||||||
padding-inline-start: 25px;
|
padding-inline-start: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* don't show the filter in it's initial position */
|
||||||
.openwebrx-map-legend {
|
.openwebrx-map-legend {
|
||||||
|
display: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* show it as soon as google maps has moved it to its container */
|
||||||
|
.openwebrx-map .openwebrx-map-legend {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.openwebrx-map-legend ul {
|
.openwebrx-map-legend ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user