Don't display scroll bar
This commit is contained in:
parent
7449fbd877
commit
f72f06c9a3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function resizeIframe() {
|
||||||
$("#bookContent").height($("#bookContent").contents().find("html").height());
|
$("#bookContent").height($("#bookContent").contents().find("html").height());
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in a new issue