• Resolved GDX Designs

    (@garath-davis)


    On my site I have noticed that chrome adds an additonal scrollbar to everypage but the homepage. This has been tested on both ubuntu 14.04 and windows 7. Any ideas here is the site

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    I tested it on my Google Chrome and it worked just fine for me. ??

    Regards,
    Hardeep

    Thread Starter GDX Designs

    (@garath-davis)

    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.

    MariusG

    (@marius_codeinwp)

    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

    Thread Starter GDX Designs

    (@garath-davis)

    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

    MariusG

    (@marius_codeinwp)

    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: https://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

    Thread Starter GDX Designs

    (@garath-davis)

    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

    Thread Starter GDX Designs

    (@garath-davis)

    This fix breaks scrolling on homepage for safari and chrome

    Thread Starter GDX Designs

    (@garath-davis)

    Hi

    Fixed

    I just added this to fix

    body{
    overflow:hidden;
    }
    Madalin

    (@madalin_themeisle)

    Hi,

    I’m glad to hear that. Thank you for choosing our products.

    Best regards,

    Madalin

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Chrome seems to add additional Scrollbar’ is closed to new replies.