Prevent the lock button from floating over address suggestion
This commit is contained in:
parent
f969f262b8
commit
97acdb0e2c
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
z-index: 999;
|
||||
z-index: 2;
|
||||
border: none;
|
||||
color: #000;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue