diff --git a/tt-rss.js b/tt-rss.js index 7b96bf385..b72e97346 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -410,6 +410,11 @@ function init_second_stage() { dropboxSelect(limitbox, getCookie("ttrss_vf_limit")); daemon_enabled = getCookie("ttrss_vf_daemon"); + + if (navigator.userAgent.match("Opera")) { + var f = document.getElementById("feeds-frame"); + f.style.height = document.body.scrollHeight - 200 + "px"; + } } catch (e) { exception_error("init_second_stage", e);