From dc6a293b52e1df6e66a70011970ef3e9af6e9938 Mon Sep 17 00:00:00 2001 From: samucarc Date: Wed, 14 Nov 2018 11:53:12 +0100 Subject: [PATCH] Fixed error in agent table in GIS map --- .../include/javascript/OpenLayers/theme/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/javascript/OpenLayers/theme/default/style.css b/pandora_console/include/javascript/OpenLayers/theme/default/style.css index cd29d4dad2..6dca6061c9 100755 --- a/pandora_console/include/javascript/OpenLayers/theme/default/style.css +++ b/pandora_console/include/javascript/OpenLayers/theme/default/style.css @@ -3,6 +3,7 @@ div.olMap { padding: 0px!important; margin: 0px!important; cursor: default; + position: relative !important; } div.olMapViewport {