fix for when document is taller than window itself
Closed this issue · 0 comments
zirho commented
appriseInner class is positioned with "fixed"
when document length is too long,
actual dialog is out of sight.
so possible fix for this issue is
line number
27 var aHeight = $(window).height(),
28 aWidth = $(window).width(),
thanks