style: revert floating map buttons position
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user