Visual console in fullscreen does not allow see complete background if is bigger than screen - #63

This commit is contained in:
enriquecd 2017-02-17 13:04:21 +01:00
parent f02827d235
commit d7b24fc9c9
1 changed files with 6 additions and 15 deletions

View File

@ -2463,17 +2463,8 @@ function visual_map_print_visual_map ($id_layout, $show_links = true,
echo 'width:100%;height:100%;position:absolute;';
}
echo 'background-color:'.$layout["background_color"].';"><div id="background_'.$id_layout.'"
style="margin:0px auto;';
if(get_parameter('pure')==1){
echo 'top: 50%;
transform: translate(-0%, -50%);
-webkit-transform: translate(-0%, -50%);';
}
echo 'text-align:;
style="margin:0px auto;text-align:
z-index: 0;
position:relative;
width:' . $mapWidth . 'px;