I am experiencing an odd issue with the mobile nav on my homepage.
Please see image showing issue: https://i.imgur.com/PvDeX9R.png
My css is as follows:
.home .x-navbar {
box-shadow: none !important;
background-color:transparent;
border:0;
}
.x-navbar-inner
{width:100%; background-color:transparent;}
.x-navbar-wrap
{width:100%; background-color:rgb(44, 62, 80); }
How can I ensure the background of the navbar extends all the way down below the last menu option? Note that it works properly on other pages.
Thanks,
Matt
