You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
328 B
19 lines
328 B
.ac-user-input--autocomplete{
|
|
border: none;
|
|
resize: none;
|
|
background: transparent;
|
|
position: absolute;
|
|
left: 1.15px;
|
|
top: 1.15px;
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
}
|
|
.ac-input-container{
|
|
position: relative;
|
|
}
|
|
.ac-user-input--user{
|
|
positon: relative;
|
|
background: transparent;
|
|
z-index: 2;
|
|
color: #000;
|
|
}
|
|
|