BiologicalRecordsCentre / SPRING

Repository for tracking issues for the SPRING (EU Pollinator Monitoring) project
GNU General Public License v3.0
0 stars 0 forks source link

Transect Setup save control behind map #73

Closed andrewvanbreda closed 2 years ago

andrewvanbreda commented 2 years ago

Hi @BirenRathod Am sure this didn't use to happen (otherwise no-one would be able to create transects).

I think there is z index problem with the theme.

See screenshot, on the Transect Setup page.

To reproduce Go here https://pollinator-monitoring.net/transect-setup?id=296123

Click Save at the bottom.

When the map appears, draw onto it, and then (without saving) click on another tab to get the message to appear.

Can you let me know if you need me to investigate this. Bit difficult for me as I can't easily experiment with the CSS without committing all the time.

Screen Shot 2022-07-15 at 10 20 30

andrewvanbreda commented 2 years ago

I realised I have already fixed similar for UKPoMS before, so I will deal with this

andrewvanbreda commented 2 years ago

Working now

Add the following to style.css (which is similar as some datepicker css)

/ Force Transect Setup save dialog to be in front of map / .above-map { z-index: 99999 !important; }