scroll bar in the mega menu

Posted in: Newspaper
Post count: 8

Hello, how do I set the scroll bar in the mega menu? I’m probably blind, but I can’t find it anywhere in the settings. Thanks in advance for the info

Post count: 18283

Hello !

I am not sure I fully understand what you are looking for. can you provide an example or some screenshot of what you want to achieve ?

Thank you !

Post count: 8

Hello Vlad,
I’m sorry to react so late, but only now is my problem really current. The point is that after setting my own form of the header from the cloud, the scrollbar disappeared from the Mega menu.
In Default Global (Demo) Menu after installing the template was a srollbar and the submenu was only a certain size in height. Now the portrait menu area will increase according to the number of subcategories and the scrollbar will not be displayed. That doesn’t look good this way. My web: https://litomericko24.cz/

screenshot

Post count: 35449

Hi,
It looks that is ca css problem.
please try this code https://i.imgur.com/310fqzp.png
body #td-outer-wrap .block-mega-child-cats {
overflow-x: hidden;
overflow-y: auto;
max-height: 252px;
}

Set the code in theme panel> custom code> custom css.
Hope this will help you.

Post count: 8

It helped, Thanks a lot

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.