Question

Scroll Down Visibility

Greetings,

 

Im having an issue when Im in some of the section pages.

The dropdown is showing a scrollbar menu (as shown in the picture bellow). I do not want this behavior.

How can I resolve this issue?

 

Here is a screenshot of the behavior:

 

 

 

 

Like 0

Like

1 comments

Dear Mohammad, 

 

To do this you would need to create a custom module and insert the following code to the LESS tab (https://prnt.sc/s93xyz): 

.menu-scroll-wrap .menu-scrollbar-visible {

  visibility: hidden;

}

After that you would need to override BootstrapModulesV2 and add your module to the dependencies with css! prefix (https://prnt.sc/s93yen)

 

 

Show all comments