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

[Dropdown] CSS issue with Firefox #23

Closed
jdecool opened this issue May 25, 2015 · 3 comments
Closed

[Dropdown] CSS issue with Firefox #23

jdecool opened this issue May 25, 2015 · 3 comments
Labels

Comments

@jdecool
Copy link

jdecool commented May 25, 2015

I just test the dropdown component, but I have an graphic issue (you can see in the JSFiddle screenshot). The component opens from the top.

jsfiddle

You can test my code at : http://jsfiddle.net/tcbnmn85/4/

My configuration : Ubuntu 15.04 with Firefox 38.0

Thanks your for work on these components.

@benplum
Copy link
Contributor

benplum commented May 28, 2015

This has to do with the height of the page. Dropdown tries to figure out if it's close to the bottom edge of the page and swaps it's display to compensate. I think you need to extend the height of the page with content or styles.

@jdecool
Copy link
Author

jdecool commented May 28, 2015

You right ! Thanks for you answer.

But this is different of the native dropdown. Is it possible to make a fix for that ?

@benplum
Copy link
Contributor

benplum commented May 29, 2015

I don't believe so. HTML elements can't extend past the page like native OS elements can.

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