mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-21 06:22:59 +00:00
[client] Push body behind map
This commit is contained in:
parent
d1baf89b17
commit
f51cac03ca
2 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@ h1 {
|
|||
background: rgba(255, 255, 255, 0.5);
|
||||
border-radius: 0 0 0.25em 0.25em;
|
||||
|
||||
z-index: 10;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
main {
|
||||
position: absolute;
|
||||
top: 0; bottom: 0; left: 0; right: 0;
|
||||
|
||||
z-index: -100;
|
||||
z-index: 50;
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ class Map {
|
|||
}, { // Overlay(s)
|
||||
"Devices": this.device_markers.layer
|
||||
}, { // Options
|
||||
collapsed: false
|
||||
|
||||
});
|
||||
this.layer_control.addTo(this.map);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue