when I launch the page, the browser extension icon(marked in red) is static and it is at the beginning.
when I type it keeps moving and covers the last typed text.
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.