Hi,
I tested it on my Google Chrome and it worked just fine for me. 🙂
Regards,
Hardeep
Hi Hardeep,
This seems to be an issue with me that I cant rectify. Its not just my machine. It seems to work fine with Mac but Windows and Linux seems to be an issue with chrome. Here is a link to some screenshots.
Hello Garath,
I have seen the issue, but I am not sure whether it’s related to Zerif or not.
As you can see on our demo, we do not have this issue. I am thinking it might be related to one of the plugins you are using, can you disable them all and see if the issue persists?
What happens if you change to a different theme?
Regards,
Marius
Hi Marius
It seems to be my child theme only it works ok with the parent theme. So I would eliminate disabling plugins using this logic. It must be in my CSS Do you have any idea’s?
Regards
Garath
Unfortunately I do not, but I took a quick look on google and it seems to be a pretty common issue, here’s something similar that might help: http://www.quora.com/Why-are-there-double-vertical-scroll-bars-showing-up-on-Chrome-when-hovering-over-certain-images-on-my-site
Kind regards,
Marius
Hi Marius
The problem was I had the following code in order to solve a issue with my background image:
html{
height:100% !important;
}
The following addition solved my issue in case anyone has the same problem
html{
height:100% !important;
overflow-y: visible !important;
}
Thanks very much the link you provided helped me immensely
Regards
Garath
This fix breaks scrolling on homepage for safari and chrome
Hi,
I’m glad to hear that. Thank you for choosing our products.
Best regards,
Madalin