Home › Forums › MapPress Support › POI list in Mashup map is not responsive › Reply To: POI list in Mashup map is not responsive
September 26, 2013 at 4:45 pm
#13445
Hi,
I looked at the URL and the datatable is working (for me). It looks like a regular table but if you click the column headings, it sorts alphabetically. I’m using Internet Explorer 10.
The Infobox is behind the map, as you suspected. The theme must apply a z-index somewhere. You can either remove it from the theme’s style.css or try this to raise the infobox:
.mapp-infobox {
z-index 999999;
}
You can test it using Firebug if that helps – just search for ‘map-infobox’ to find the infobox in the page HTML.