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
1 comments
12:26 May 01, 2020
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