davidpiesse / nova-map

Laravel Nova Map Field
114 stars 29 forks source link

Map covers over modal when attempting to delete resource #1

Closed clarkewing closed 5 years ago

clarkewing commented 5 years ago

The z-index of the map container needs to be set to a value such as 1. Otherwise, when attempting to delete a resource, the confirmation modal is covered by the map (see screenshot).

screen shot 2018-09-02 at 16 47 58
davidpiesse commented 5 years ago

Good catch! I'm guessing the z index needs to be more explicitly set. Do you know the z index of your modal?

clarkewing commented 5 years ago

I do! The modal has a z-index of 20. Explicitly setting a z-index of 1 on the map should do the trick I believe, but I can’t submit a pull request right now…

On 2 Sep 2018, at 19:49, David Piesse notifications@github.com wrote:

Good catch! I'm guessing the z index needs to be more explicitly set. Do you know the z index of your modal?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidpiesse/nova-map/issues/1#issuecomment-417947381, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVUVuigel8WbAlVeG-HJGcws8fDukHMks5uXBoRgaJpZM4WWo0E.

davidpiesse commented 5 years ago

No worries. I can tackle this. A lot of web maps use X index for ordering which quickly gets out of hand!

davidpiesse commented 5 years ago

Fixed this in v 0.0.2 Thanks man :)