Merge branch '1797-Menú-desplegable-de-gráficas-miniaturizado' into 'develop'
fixed resize in stat_win.php See merge request artica/pandorafms!1503
This commit is contained in:
commit
99271a4822
|
@ -466,6 +466,6 @@ ui_include_time_picker(true);
|
|||
});
|
||||
|
||||
$(window).resize(function() {
|
||||
$("#field_list").css('height', ($(window).height() - 160) + 'px');
|
||||
$("#field_list").css('height', ($(document).height() - 160) + 'px');
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue