react-file-input icon indicating copy to clipboard operation
react-file-input copied to clipboard

Fix stacking inside some parent containers.

Open hamiltonkibbe opened this issue 9 years ago • 1 comments

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

hamiltonkibbe avatar Jun 26 '16 20:06 hamiltonkibbe

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

dancron avatar Dec 21 '16 16:12 dancron