Don't display scroll bar

This commit is contained in:
Las Zenow 2012-09-02 17:05:20 +02:00
parent 7449fbd877
commit f72f06c9a3

View file

@ -38,7 +38,7 @@ function resizeIframe() {
$("#bookContent").height($("#bookContent").contents().find("html").height());
}
</script>
<iframe id="bookContent" onload="resizeIframe();" style="width: 100%; border: none;" src="{{.Content}}" seamless="seamless"></iframe>
<iframe id="bookContent" onload="resizeIframe();" style="width: 100%; border: none;" scrolling="no" src="{{.Content}}" seamless="seamless"></iframe>
</div>
</div>