mobile scrolling fix

This commit is contained in:
Thomas Smith 2022-05-19 08:43:23 -04:00
parent cadb9386bf
commit a1a0496740

View file

@ -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 -->