Site logo

Archived topic

Page zooms in for a second upon opening

2 replies · Started by Milad on August 23, 2017

Viewing posts 1–3 of 3

Hi,

I'm fairly new to GeneratePress so perhaps this is a real beginner question. I'm really happy with the GeneratePress template :) But I still have a small issue that I'd like resolved if possible.

When I open the pages on my site http://www.indiv.co the pages "zoom in" for a second because the scroll bar of the browser is still not shown. After a second the page is fully loaded and the scroll bar is shown.

In my opinion this is pretty annoying since this happens every time someone clicks a link. How can I make the page load more smoothly without the 'zooming in' effect?

Thank you!

Found the solution! Just needed to add the following css:

html {
overflow-y: scroll;
}

Source

Awesome! Thanks for sharing :)

This archived topic is closed to new replies.