Skip to content

Commit 29ffbdf

Browse files
committed
fix #989
1 parent 2ba0fd4 commit 29ffbdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/toolbar/SearchField.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class SearchField extends Component {
2626
defaultValue={ defaultValue }
2727
placeholder={ placeholder || SearchField.defaultProps.placeholder }
2828
onKeyUp={ onKeyUp }
29+
style={ { zIndex: 0 } }
2930
{ ...rest }/>
3031
);
3132
}

0 commit comments

Comments
 (0)