Screen Flickering on page load
-
I realized whenever I visit a page, page body flickers from right to left. It looks like due to scrollbar appears after page load or something. I don’t know.
I’ve test on your demo site and it flickers too.
Please see attached recorded file.
Hello,
Sorry but currently I am unable to see any video you attached.
Please make sure that you added it correctly with the URL of the website to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
I found the problem.
The problem was that some of the newer browsers don’t show the scroll until they are required therefore moving the content across.
add the following to my css
html {
height:100.1%;
}
This will make the scrollbar appear all the time in all browsers.
Hello,
We are Glad that you managed to fix the issue yourself. You are Great!!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Screen Flickering on page load’ is closed to new replies.