Archived topic
Vertical scrollbar when hovering sidebar menu
8 replies · Started by Sebastian on October 14, 2019
Hi there,
as reported in this thread (https://generatepress.com/forums/topic/how-to-disable-submenu-scrollbar/#post-1034150), I think the problem is caused by GeneratePress. The website link below shows a site with a blank WP installation with only GP and GP premium installed. You can reproduce the issue when hovering Level 1 > Level 2 > Level 3 in the menu.
Best regards
Sebastian
Hi there,
Is this happening in a specific browser? I'm not noticing it on my end.
Let me know :)
Hi Tom,
I use Google Chrome / macOS. I've recorded a short video, that shows the problem:
https://share.getcloudapp.com/WnuAG64j
Best regards
Sebastian
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