Hi Rui,
#1. The issue only becomes aparent when you have click on one of the top level menus – so for example, click on the ‘sample pages’ dropdown and you will then see the unncessary horizontal scroll bar become active and the issues that causes.
#2. Your code:
.mobile-menu-open #mobile-menu-wrap {
overflow: hidden!important;
}
That should not be applied as you need the vertical scrollbar to be active when a dropdown is clicked. Using that code stops that vertical scrollbar from activating.
#3. There is in fact another bug. Look at the attached screenshot. Load up the page on chrome and you will see a scrollbar to the right of the menu by default – but its not actually doing anything and is not necessary. The vertical scrollbar should only become active when you click on one of the dropdown menus and the links do not fit on your screen…
Attachments:
You must be
logged in to view attached files.