Active
Project:
Jquery Dropdown
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 08:43 UTC
Updated:
18 Oct 2011 at 20:00 UTC
Thank you for this module, it works well with a few items.
With items more than 20 the standard drupal single dropdown creates a scrollbar, but with this module, the droplist height may go beyond the monitor height. Is there any way for workaround this problem?
thanks
Comments
Comment #1
originall commentedYou can do it with CSS. Apply following style on your ul: "overflow:auto;"
Comment #2
keva commentedThanks for the solution. In order for the overflow:auto to work, I also had to add a height to the ul.