I've just come across an issue with the Leaflet module where a map zoom control has a CSS z-index value set to 1000, which is just slightly higher than the value accorded to the Admin Menu (999).
This renders above the menu, which is a sight annoyance and probably won't cause many problems for users. However, assuming that the Admin Menu is going to be the uppermost layer surely we could set the z-index value to higher than 999? Perhaps 9999 or even better 99999? That's a value browsers can handle and way above what any theme is likely to set for any element.
Thoughts?
Recent comments
YES! That works. This whole thing is extremely bizarre, though. On the site I'm building (not the sandbox demo), I had a view that was displaying multiple images correctly (i.e. once, not...
Duplicated images in view
Maybe "Query settings" : "Distinct". If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it...
Duplicated images in view
If there are N images in the field, then that set of N images gets repeated N times, it seems.
Duplicated images in view