#862: Popup menu misplaced when the window scrolls (e.g. when displaying large lists of results)

SVN:trunk[3176]
This commit is contained in:
Denis Flaven
2014-05-28 15:22:57 +00:00
parent 8f83970239
commit dbb9558b45

View File

@@ -47,6 +47,7 @@ jQuery.fn.popupmenu = function ()
}
});
}
popupmenu.css('top', ''); // let the "position: absolute;" do its job, for better support of scrolling...
popupmenu.css('display', 'block');
}
else