Merge pull request #23 from teaxyz/pdf-fix-two

mobile scrolling fix
This commit is contained in:
Max Howell 2022-05-19 08:45:57 -04:00 committed by GitHub
commit c15d8ee819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,8 +185,8 @@
<!-- Start PDF -->
<div class="container" style="margin-bottom:100px; z-index:2;">
<iframe src="/tea.white-paper.pdf#toolbar=0&navpanes=0&scrollbar=0&view=fitH,100" width="100%" height="800px"></iframe>
<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&view=fitH" width="100%" height="800px"></iframe>
</div>
<!-- Community Links -->