astridx / pkg_agosms

Joomla Module not only for showing Markers on a OpenStreetMap Map.
https://www.astrid-guenther.de
GNU General Public License v3.0
10 stars 2 forks source link

z-index issue #72

Open TheSoulrester opened 3 years ago

TheSoulrester commented 3 years ago

in the backend (and i also think in every situation in the frontend) the z-index of the map seems to be wrong

image

for frontend i already changed the z-index:

.leaflet-container{
    z-index: 1;
}
.leaflet-fullscreen-on {
    z-index: 999999;
}
astridx commented 3 years ago

Why do you think the z-index is wrong? What problem do you have exactly? If you mean this problem, then as far as I have tested it, it is not the z-index.

TheSoulrester commented 3 years ago

no, the maps overlaps other visualizations as you can see in my screnshot - the map is streight above the menu "speichern, speichern & schließen, speichern und neu"

astridx commented 3 years ago

Oh yes, now I see that.