Site logo

Archived topic

Vertical scrollbar when hovering sidebar menu

8 replies · Started by Sebastian on October 14, 2019

Viewing posts 1–9 of 9

Hi there,

Is this happening in a specific browser? I'm not noticing it on my end.

Let me know :)

What version of Chrome? Does it happen with other browsers?

I'm trying on my MacBook using Chrome and can't get it to happen.

Chrome version is Version 77.0.3865.120 (Official Build) (64-Bit)
In Safari, everything works fine.

I tried it on two Macs (Macbook and iMac) - problem occors at both of them (in Chrome).

Weird, seems to be a bug in 77.0 with absolute positioning.

For now, try this CSS:

body, html {
    overflow-x: hidden;
}

I'll try to find a better fix.

Hi there,

as Tom stated seems the new Blink Layout Engine Google Chrome has implemented has some bugs.
To test this can you open Chrome flags by adding this URL:

chrome://flags

Search for LayoutNG and Disable it. Relaunch and then test the site.

Hi Davin, hi Tom,

you were right, disabling LayoutNG fixes the problem. Let's hope, Google will provide a fix soon :-)

Thanks and best regards
Sebastian

Glad we could be of help - lets hope they do, we'll continue investigating in the meantime

This archived topic is closed to new replies.