Skip to content

Commit c6acbb0

Browse files
committed
Fix z-index style for GPS accuracy and distance overlay for improved layout
1 parent be035e0 commit c6acbb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h2 class="text-sm font-medium text-slate-300 uppercase tracking-wide">Settings<
148148
</iframe>
149149

150150
<!-- Top Right Overlay - GPS Accuracy & Distance Stacked -->
151-
<div class="absolute top-2 right-2 flex flex-col gap-1" style="z-index: 10;">
151+
<div class="absolute top-2 right-2 flex flex-col gap-1 z-10">
152152
<!-- GPS Accuracy -->
153153
<div class="bg-slate-900/80 backdrop-blur-sm border border-slate-700 rounded-lg px-3 py-1.5 text-xs text-slate-300 whitespace-nowrap text-right">
154154
<span id="gpsAcc">±-</span>

0 commit comments

Comments
 (0)