Skip to content

Commit

Permalink
Add wrapper class (#19)
Browse files Browse the repository at this point in the history
Just one line to solve #6 and #15
  • Loading branch information
Emmanuel Salomon authored and jaanauati committed Nov 10, 2017
1 parent 790997f commit c60c887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ exports.decorateTerm = (Term, { React }) => {
{ style },
this.toggleInput() &&
React.createElement('div', {
className: 'hyper-search-wrapper',
style: {
height: '30px',
position: 'absolute',
Expand Down

0 comments on commit c60c887

Please sign in to comment.