X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;fp=style%2Flantea.css;h=d05d1cc18fd5b51475ce2a90399f21ebc7fd50d8;hp=f5364cad970faeb962fa484dbe3336e3b5a27f95;hb=ecde0af25609bcc783811244c4c93400c2054bd5;hpb=306ae634d914dabcca192f5ac7630a3833deb9a8 diff --git a/style/lantea.css b/style/lantea.css index f5364ca..d05d1cc 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -78,16 +78,27 @@ h1 { border-radius: 3px; } -#map, #track { +#map, #glmap, #track { position: fixed; border: 0; top: 0; left: 0; right: 0; bottom: 0; +} + +#map { z-index: 1; } +#glmap { + z-index: 2; +} + +#track { + z-index: 3; +} + #action { position: absolute; bottom: 5px;