fixed resize in stat_win.php
This commit is contained in:
parent
aa1e7ff4d2
commit
5021144405
|
@ -557,6 +557,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