Browse Source

Fixing padding bug in MapModal.

master
GabrielTrettel 3 years ago
parent
commit
03cbcefbac
  1. 1
      src/app/components/MapModal.js

1
src/app/components/MapModal.js

@ -214,6 +214,7 @@ function MapModal({showModal, setShowModal, markers}) {
if (currentMarker != undefined && showModal != null) { if (currentMarker != undefined && showModal != null) {
return ( return (
<SelfClosingModal <SelfClosingModal
style={{ position: "absolute" }}
animationType="slide" animationType="slide"
transparent={true} transparent={true}
showModal={showModal} showModal={showModal}

Loading…
Cancel
Save