Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easily fixable drop down size bug - With solution #93

Open
johnpenny opened this issue Oct 22, 2014 · 0 comments
Open

Easily fixable drop down size bug - With solution #93

johnpenny opened this issue Oct 22, 2014 · 0 comments

Comments

@johnpenny
Copy link

Just came across someone using another form stylesheet and customSelect who found an easily fixable bug.

Basically, because you're absolutely positioning select elements, you should also be setting position:relative on the desired parent, probably form, and not assuming that there aren't inherited properties, or other non static elements that will affect them.

http://jsfiddle.net/hysHB/1308/

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant