diff --git a/examples/gps/index.html b/examples/gps/index.html
index e716187b..11991020 100644
--- a/examples/gps/index.html
+++ b/examples/gps/index.html
@@ -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 {