Part of the Quick Navigation Menu background is missing.

I have been working on the XF theme for a new site that is in the works. The other day I noticed that at some point a 30 ish pixel strip of background color on the right side of the Quick Navigation Menu disappeared. I have been trying to figure out which setting I may have tweeked to cause it but I haven't had any luck.
Vintage Hoot_1292435030324.webp

The URL for the board is http://vintagehoot.com/community/ also the board is running Beta 5.
Thanks for any help
BC
Edit: added version #
 
This is due to you decreasing the size of the border.

You just need to increase the width of the column in quick_navigation_menu.css:
Code:
.xenOverlay #jumpMenu .jumpMenuColumn {
float: left;
width: 325px;
}

335px should do nicely.
 
Top Bottom