About the widget bar & Its contents

Hi Themeco,

I am baffled by the behavior of my content in the widget bar.
It’s refusing to scroll down.

I have some contents below but I can’t seem to view them because it is not scrolling down

http://demo.wmmajaliwa.com/ Is my development site

Thanks

Hi There,

Please double check on the Parallax & 3D > Mouse Sensibility. It might be the issue


https://www.themepunch.com/revslider-doc/parallax-3d/

Let us know how it goes!

1 Like

Hi, Thai thanks for the feedback

This is the content I’m referring to

I put it in the headers widget areas but it is not scrolling

Try it here
https://demo.wmmajaliwa.com/ from the top right button

Hi @wmmajaliwa,

Please add this code to your global custom CSS.

.x-widgetbar-inner {
    overflow-y: scroll !important;
    max-height: 100vh;
}

That should make it scroll :slight_smile:

Thanks!

1 Like

Thanks, Rad

It does

You’re most welcome!

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