fix gps app z-index

This commit is contained in:
Mark Nadal 2017-11-20 19:34:12 -08:00
parent 421d97ac6d
commit 37b4db9297

View File

@ -29,7 +29,7 @@
height: 100%;
font-family: Arial;
font-size: 16pt;
z-index: -1;
z-index: 1;
}
.stick {
position: absolute;
@ -42,6 +42,7 @@
opacity: .5;
background: blue;
color: white;
z-index: 9;
transition: .25s all;
}
.button:hover {