style: revert floating map buttons position

This commit is contained in:
2026-02-27 23:43:32 -05:00
parent b95e91939b
commit cc92b93709

View File

@ -1780,12 +1780,12 @@ async function calculateWalkingPath(origin: { lat: number, lng: number }, target
/* Reposicion de elementos fijos */ /* Reposicion de elementos fijos */
.map-floating-controls { .map-floating-controls {
position: fixed; position: fixed;
bottom: 145px; bottom: 85px;
right: 20px; right: 16px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
gap: 20px; gap: 16px;
z-index: 1100; z-index: 1100;
} }