headlines dropdown: reset scrollTop on display

This commit is contained in:
Andrew Dolgov 2009-01-20 19:04:52 +01:00
parent 1171c35143
commit b62f6ff448

View file

@ -2050,6 +2050,7 @@ function toggleHeadlineActions() {
Element.hide(e); Element.hide(e);
} }
e.scrollTop = 0;
e.style.left = (p.offsetLeft + 1) + "px"; e.style.left = (p.offsetLeft + 1) + "px";
// e.style.top = (p.offsetTop + p.offsetHeight - 1) + "px"; // e.style.top = (p.offsetTop + p.offsetHeight - 1) + "px";