0.0.81 fix multiple POST in seachTown function

This commit is contained in:
2023-08-09 17:47:10 +03:00
parent bc3de1824d
commit ca1bbaa4f9
3 changed files with 42 additions and 35 deletions

View File

@@ -1084,7 +1084,7 @@ div.departure_arrival>div>input{
.input_list{
display: none;
width: 24%;
width: 390px;
height: 200px;
position: absolute;
padding-top: 20px;
@@ -1096,7 +1096,7 @@ div.departure_arrival>div>input{
}
.input_list.show{
display:block;
display:inline-block;
}
.input_list .hide{