.ps-scrollbar-x/y-rail issue on Google Chrome (desktop and mobile)

Hello!
I have issue again with some elements of header builder in Pro, if vertical elements are long to be scrolled the element flies away.
Pls. see attached video.

https://kepkastore.staging.wpengine.com

video

Google Chrome
Version 68.0.3440.106 (Official Build) (64-bit)
MacOS 10.13.6

UberMenu (latest from Pro Theme package)

RTL site

In this example there is a long UberMenu but I had this issue with other plugin also so this seems to be Pro’s problem.

(There is another topic I opened which is closed now and it does not help me now).

P.S. In Safari both desktop and mobile there is no issue and works perfect.

Thanks

Hey @magneticum,

I could replicate the issue in my test site and this happens if you have a long content inside the modal. This does not happen in LTR setup so this looks like a bug.

For now, please try adding this code in Theme Options > CSS

.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
    display: none !important;
}

Please check our Changelog everytime there’s an update to see if this bug has been fixed and you need to remove the code after that. You also need to remove the code if you’re going to switch to LTR.

We’re sorry for the inconvenience.

1 Like

Hello! Thanks. It fixed the problem.

Hey There,

It’s good to know that it works out for you.
We appreciate for letting us know.

Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.