Skip to content

Commit

Permalink
#147 HTML galley scrolling for iOS devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed May 2, 2019
1 parent 77c1bf5 commit dc3e161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/pages/page-view-html.less
Expand Up @@ -21,7 +21,7 @@

& iframe {
width: 100%;
height: 100%;
height: 99%;
border: none;
padding-top: 30px;
}
Expand Down
Expand Up @@ -28,7 +28,7 @@
</a>
</header>

<div id="htmlContainer" class="galley_view">
<div id="htmlContainer" class="galley_view" style="overflow:visible;-webkit-overflow-scrolling:touch">
<iframe id="htmlGalleyFrame" name="htmlFrame" src="{url page="article" op="download" path=$article->getBestArticleId()|to_array:$galley->getBestGalleyId() inline=true}" allowfullscreen webkitallowfullscreen></iframe>
</div>
{call_hook name="Templates::Common::Footer::PageFooter"}
Expand Down

0 comments on commit dc3e161

Please sign in to comment.