mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
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() {
|
$(window).resize(function() {
|
||||||
$("#field_list").css('height', ($(window).height() - 160) + 'px');
|
$("#field_list").css('height', ($(document).height() - 160) + 'px');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user