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

Fix stacking inside some parent containers. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hamiltonkibbe
Copy link

Added z-index to parent div to prevent text input from being rendered underneath the FileInput component's parent.

Added z-index to parent div to prevent text input from being rendered underneath the FileInput component's parent.
@dancron
Copy link

dancron commented Dec 21, 2016

Here is a jsbin which demonstrates the issue.
I took the react-file-input demo, and added one parent div which has a background color.
The FileInput is not visible.
hamiltonkibbe's suggestion is one way to fix this issue.

http://jsbin.com/mezopa/3/edit?html,output

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

Successfully merging this pull request may close these issues.

2 participants