Skip to content
Snippets Groups Projects
Commit 159403d1 authored by Leila Gonzales's avatar Leila Gonzales Committed by Demian Katz
Browse files

make maptab map responsive

parent c6b60516
No related merge requests found
......@@ -9,7 +9,7 @@
$params = [json_encode($mapTabData), json_encode($popupTitle), json_encode($mapGraticule)];
$jsParams = implode(', ', $params);
$jsLoad = "loadMapTab(" . $jsParams . ");"; ?>
<div id="wrap" style="width: 674px; height: 479px">
<div id="wrap" style="width: inherit; height: 479px">
<div id="map-canvas" style="width: 100%; height: 100%"><div id="popup"></div></div>
<?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $jsLoad, 'SET');?>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment