Fixed map due to using jquery to resize

This commit is contained in:
laf
2015-05-03 22:39:25 +01:00
parent d998d06b02
commit b5fcc73ce6
2 changed files with 2 additions and 1 deletions

View File

@ -1589,7 +1589,7 @@ tr.search:nth-child(odd) {
#visualization {
width: 90%;
height: 600px;
min-height: 600px;
}
.threeqtr-width {

View File

@ -142,6 +142,7 @@ echo $edges;
<script>
var height = $(window).height() - 100;
$('#visualization').height(height + 'px');
network.redraw();
</script>
<?php