lschmid83 / 12-Step-Recovery-Guide

This is an Android app written in Java and Android Studio. It provides 12-Step reading materials, daily quotes, meditations, motivational images, a meeting map and speaker tapes.
https://www.citexsoftware.co.uk/recovery-meeting-finder
44 stars 0 forks source link

The meetings fragment meeting dialog box does not fit the screen #34

Closed lschmid83 closed 1 month ago

lschmid83 commented 1 month ago

The dialog box displayed when a meeting marker is clicked on the map or search results page is too large for the mobile screen and overflows the bottom navigation.

lschmid83 commented 1 month ago

I have added position: { top: '20px' }, to the this.dialog.open(MobileDetailsDialogComponent, function in mobile-map.component.ts and mobile-search-results.component.ts and removed the close button from the dialog.