Can't see the full reply page
Posted by
tdlnx on
Jan 05, 2020; 6:46am
URL: https://support.nabble.com/Can-t-see-the-full-reply-page-tp7604804.html
Hi,
Whenever I try to reply to a topic in my embedded forum I'm unable to scroll down to see the reply button.
I noticed the code running in the <script> tags is:
var link=document.getElementById("nabblelink");
if (link != null) {
link.style.display="none";
document.write("<div id='nabbleforum' style='width:100%'><div style='height:700px'>

</div></div>");
var e = document.createElement("script");
e.src = '
http://slay-by-email-archive.187312.n8.nabble.com/embed/JsEmbed.jtp?site=187312&node=1&url=' + encodeURIComponent(location.href);
e.type="text/javascript";
document.getElementsByTagName("head")[0].appendChild(e);
}
Shouldn't <div style='height:700px'> actually be <div style='height:100%'>? If so how can I edit this so posts can be replied to? The only way so far I've been able to see all the reply options is if I click "change appearance" because it will let me scroll in the embedded window.