Kevin
Results
3
comments of
Kevin
Relevant: https://github.com/SamKirkland/FTP-Deploy-Action/issues/156
@GuySilva @vezhevich @nicksterFL @pcross1986 it can be fixed by adding the following css: ``` html, body { -webkit-overflow-scrolling: touch; } ```
@vezhevich what about ``` html, body { height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; } ```