connectivedx / Phoenix

http://connectivedx.github.io/Phoenix/
33 stars 5 forks source link

Decorator Select Overflow #128

Closed ajmueller closed 9 years ago

ajmueller commented 9 years ago

On a recent project a Marketo form's validation message was being hidden because the .decorator-select class has overflow: hidden set on it. This seems like an unnecessary property to set; its only other purpose that I can see is to clip the decorator's arrow image, but that image should just be cropped to be the correct height for your inputs anyway.

stoff commented 9 years ago

I think this is legacy from something that I was doing when I originally created decorator select using pointer-events. I don't recall the details, just that I needed it for some reason. kill it, please.

elseloop commented 9 years ago

“kill it, please” is how all bug reports should end!