image is coming over input element in react js

when I launch the page, the browser extension icon(marked in red) is static and it is at the beginning.

enter image description here

when I type it keeps moving and covers the last typed text.

enter image description here

is there any css property through which I can prevent it coming on my component. I alredy tried

  input{
     background:none !important
     background-image:none !important
  }

but its not working.

I am using react and .scss file for css. this issue is not in other elements or components.