Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Add default z-index to menu style #102

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ let Autocomplete = React.createClass({
position: 'fixed',
overflow: 'auto',
maxHeight: '50%', // TODO: don't cheat, let it flow to the bottom
zIndex: 10,
}
}
},
Expand Down