mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
fix gps app z-index
This commit is contained in:
parent
421d97ac6d
commit
37b4db9297
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user