0.0.26 upd autocomlitev2.js

This commit is contained in:
2023-07-20 17:28:09 +03:00
parent 60ba920aaf
commit 1125a737fd
3 changed files with 34 additions and 19 deletions

View File

@@ -997,4 +997,15 @@ form.new_route{
border-bottom-color: #26C9FF;
outline: solid 1px #26C9FF;
}
/*autocomplete-wrapper END*/
/*autocomplete-wrapper END*/
.input_list{
display: none;
}
.input_list.show{
display:block;
height: 300px;
width: 50%;
overflow: scroll;
}