summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 22b8aeab3..ff4ab7c5a 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -428,6 +428,13 @@ function hide_footer_af(effect) {
if (c) {
c.style.bottom = "0px";
+
+ var ioa = document.getElementById("inline_orig_article");
+
+ if (ioa) {
+ ioa.height = c.offsetHeight;
+ }
+
} else {
var h = document.getElementById("headlines-frame");