style: lift offers banner further and fix routes visibility
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user