style: lift offers banner further and fix routes visibility

This commit is contained in:
2026-02-27 23:33:45 -05:00
parent ad53f8f8d7
commit b186a03a73

View File

@ -1236,7 +1236,7 @@ async function calculateWalkingPath(origin: { lat: number, lng: number }, target
@media (max-width: 900px) {
.offers-sheet {
/* En móvil más espacio aún por el menú nativo */
bottom: calc(120px + env(safe-area-inset-bottom, 0px));
bottom: calc(135px + env(safe-area-inset-bottom, 0px));
left: 8px;
right: 8px;
}