I am encountering an issue with a flydown menu that includes a scrollable div. The div is about 400 pixels in height, causing scrollbars to appear in the drop down menu. When I hover over it, I trigger the show method as follows:
$("#flydown").show();
Although the menu displays correctly, when I show the drop down menu, the entire page also displays scrollbars. Additionally, if I scroll down, all I see is whitespace.
Does anyone have any insight into why this may be happening?