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

“.picker__holder” border on classic theme can prevent picker from opening #260

Closed
cnanney opened this issue Oct 23, 2013 · 1 comment
Labels

Comments

@cnanney
Copy link

cnanney commented Oct 23, 2013

As you can see below via Chrome Dev Tools, the div.picker__holder border collapses to a 2px tall line:

image

This line will intercept clicks meant for the input, so the picker doesn't open. When I remove the border, this is no longer an issue.

Is there a reason the entire picker element isn't display:none until triggered?

@amsul
Copy link
Owner

amsul commented Oct 30, 2013

display: none kills all animations :(

I’ve fixed this locally. Will push an update with a few more fixes later in the week.

@amsul amsul closed this as completed in ae3330d Dec 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants