groenroos / minimalect

Minimal select replacement for jQuery
350 stars 52 forks source link

Bubble theme items overflow container #31

Open mikeebee opened 11 years ago

mikeebee commented 11 years ago

Hi there,

I noticed that if there are many items, the bubble theme list items overflow the container. If you set overflow: hidden/auto on the UL then the arrow icon at the top disappears as it is part of the UL container.

Be great to have a fix.

Thanks!

groenroos commented 11 years ago

The bubble theme was developed for selects with only a few options, because otherwise the arrow would get hidden, and if I recall correctly, there were also some visual problems with the scrollbar and the rounding effect on the ul.

I'll keep this issue open though, because I agree that it would be good to figure out a fix for this.