diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2009-01-20 19:04:52 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2009-01-20 19:04:52 +0100 |
| commit | b62f6ff448e8af386b4e0ff662098522d6332a52 (patch) | |
| tree | de9b61c3da02c31a4d8726d441c18cfaa82bfbd9 /viewfeed.js | |
| parent | 1171c35143b7fd154d26c4d63adf524a3e1d802b (diff) | |
headlines dropdown: reset scrollTop on display
Diffstat (limited to 'viewfeed.js')
| -rw-r--r-- | viewfeed.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js index de7f26812..bfe1eff4f 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -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"; |