I\'m working with textareas on mobile safari and when a textarea is focussed the viewport seems to add padding underneath the document. When inspecting and selecting the area, i
I've answered on another question with same issue.
But I'll answer it here also:
body { min-height: 100vh; min-height: -webkit-fill-available; } html { height: -webkit-fill-available; }
-webkit-fill-available;
makes the "magic"