Home › Forums › WoodMart support forum › Screen Flickering on page load › Reply To: Screen Flickering on page load
April 1, 2021 at 6:12 am
#278108
tripleogfox
Participant
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.