Fix the app search bar icon issue of the APPM publisher

feature/appm-store/pbac
nipun 5 years ago
parent 8e8411ab38
commit 06dee0e6a5

@ -69,7 +69,7 @@ class ListApps extends React.Component {
<Search
placeholder="input search text"
onSearch={this.setSearchText}
style={{width: 170}}
style={{width: 170, zIndex:0}}
/>
</Col>
</Row>

Loading…
Cancel
Save