When taking screenshot on Ios website scrolls to top

Viewed 22

I am loading a web application in safari browser, when capture a screeenshot, the view scrolls up. Why is this happening and How can I prevent it.

1 Answers

setting a max-height to the container solved this issue.

Related