Currently, I have a solution in place to handle scrolling very lengthy menus in my dropdowns. You can find more information about it here:
http://css-tricks.com/long-dropdowns-solution/
I am wondering if there is a way to prevent the menus from continuously shrinking once the last menu item is visible. Right now, even after the menu has completely loaded, it still keeps getting smaller. I would prefer to avoid that behavior if possible.