1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 14:39:14 +00:00

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);
}
e.scrollTop = 0;
e.style.left = (p.offsetLeft + 1) + "px";
// e.style.top = (p.offsetTop + p.offsetHeight - 1) + "px";