mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:05:05 +03:00
mobile scrolling fix
This commit is contained in:
parent
cadb9386bf
commit
a1a0496740
1 changed files with 2 additions and 2 deletions
|
@ -185,8 +185,8 @@
|
||||||
|
|
||||||
<!-- Start PDF -->
|
<!-- Start PDF -->
|
||||||
|
|
||||||
<div class="container" style="margin-bottom:100px; z-index:2;">
|
<div class="container" style="margin-bottom:100px; overflow:auto; -webkit-overflow-scrolling:touch; z-index:2;">
|
||||||
<iframe src="/tea.white-paper.pdf#toolbar=0&navpanes=0&scrollbar=0&view=fitH,100" width="100%" height="800px"></iframe>
|
<iframe src="/tea.white-paper.pdf#toolbar=0&navpanes=0&view=fitH" width="100%" height="800px"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Community Links -->
|
<!-- Community Links -->
|
||||||
|
|
Loading…
Reference in a new issue