I'm currently attempting to incorporate vertical scroll only for my sub-menu using CSS, without including a horizontal scroll.
However, the issue arises when I remove the horizontal scroll - it causes the nested sub-menu within the initial one to break and become invisible.
Any assistance would be greatly appreciated.
Below is the HTML code for my menu:
<div class="header-col header-center hidden-for-sm"><span class="separator"></span>
<ul id="menu-main-menu" class="main-menu mega-menu menu-hover-line show-arrow">
<li id="nav-menu-item-3106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-143 current_page_item active narrow"><a href="https://rich-nails.com/" class=" current">Home</a></li>
[Menu items continue here...]
Website link:
Note: The website may have restrictions in certain countries. Please check beforehand!
Thank you in advance!