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

This commit is contained in:
Skylar Ittner 2021-09-17 12:16:56 -06:00
parent 9d7d134389
commit 9aecbbf7fd
2 changed files with 3 additions and 3 deletions

View File

@ -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;
} }*/

View File

@ -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">