input- 자동완성 이슈

input 자동완성 시 노란색 배경 이슈

 /* webkit input box color */
 
 input:-webkit-autofill {
  transition: background-color 1000s ease-in-out 0s;
}

Last updated

Was this helpful?