[client] Push body behind map

This commit is contained in:
Starbeamrainbowlabs 2019-01-17 16:39:47 +00:00
parent d1baf89b17
commit f51cac03ca
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -44,7 +44,7 @@ class Map {
}, { // Overlay(s)
"Devices": this.device_markers.layer
}, { // Options
collapsed: false
});
this.layer_control.addTo(this.map);
}