Fix Drop and Send map bottom cut off (close #2)

master
Skylar Ittner 3 years ago
parent 9d7d134389
commit 9aecbbf7fd

@ -8,9 +8,9 @@
We want the backdrops to be there so there aren't accidental touches, We want the backdrops to be there so there aren't accidental touches,
but we don't want them to obscure anything. but we don't want them to obscure anything.
*/ */
.actions-backdrop.backdrop-in, .custom-modal-backdrop.backdrop-in, /*.actions-backdrop.backdrop-in, .custom-modal-backdrop.backdrop-in,
.dialog-backdrop.backdrop-in, .popover-backdrop.backdrop-in, .dialog-backdrop.backdrop-in, .popover-backdrop.backdrop-in,
.popup-backdrop.backdrop-in, .preloader-backdrop.backdrop-in, .popup-backdrop.backdrop-in, .preloader-backdrop.backdrop-in,
.sheet-backdrop.backdrop-in { .sheet-backdrop.backdrop-in {
opacity: 0; opacity: 0;
} }*/

@ -97,7 +97,7 @@
<div class="title">Drop and Send Locations</div> <div class="title">Drop and Send Locations</div>
</div> </div>
</div> </div>
<div class="mapbox" style="width: 100%; height: 100%;" id="mapbox-dropboxes"></div> <div class="mapbox" style="height: calc(100% - calc(var(--f7-navbar-height) + var(--f7-safe-area-top))); width: 100%;" id="mapbox-dropboxes"></div>
</div> </div>
<div class="popup" id="dasHowItWorksPopup"> <div class="popup" id="dasHowItWorksPopup">

Loading…
Cancel
Save