Prevent the lock button from floating over address suggestion

This commit is contained in:
Eli Ribble 2026-04-10 13:47:00 +00:00
parent f969f262b8
commit 97acdb0e2c
No known key found for this signature in database

View file

@ -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);