Hi,
The only solution available yet is to disable Fixed header.
Customize >> Awada Options >> Layout Options-> Fixed header
Thank You
Try to put this css in Additional css field of customizer
ul.navbar-nav li ul.dropdown-menu{
max-height:300px;/* you can change as you need it */
overflow:auto;/* to get scroll */
}
Let us know if it’s works or not.
Hej Webhunt,
Thank you for the solutions!
The css and scroll in the menu works perfectly.
Thanks a lot!
You are most welcome.
Let us know for further assistance.
Thank You