openstreetmap-polska / openaedmap-frontend

Map which shows locations of defibrillators (AEDs) and allows adding new ones.
https://OpenAEDMap.org
MIT License
27 stars 18 forks source link

Overlapping X's on partners mobile view #210

Open Zaczero opened 4 months ago

Zaczero commented 4 months ago

image

starsep commented 4 months ago

Setting showClose={false} will hide one of Xs in https://github.com/openstreetmap-polska/openaedmap-frontend/blob/c12e73d34ad8b6051f184337365e0f30abf24a72/src/components/modal.tsx#L147 image

But then it's missing in desktop mode image

@Ancymonek Perhaps you have idea how to fix it?

Zaczero commented 4 months ago

Maybe change z-index, so the modal overlaps the other X-mark?