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

originall’s picture

You can do it with CSS. Apply following style on your ul: "overflow:auto;"

keva’s picture

Thanks for the solution. In order for the overflow:auto to work, I also had to add a height to the ul.