'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.
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|


