0.0.86 change style for input_list

This commit is contained in:
2023-08-11 13:19:36 +03:00
parent bbad0dc726
commit 58d28bceba

View File

@@ -1084,12 +1084,12 @@ div.departure_arrival>div>input{
.input_list{
display: none;
width: 390px;
height: 200px;
max-width: 390px;
max-height: 200px;
width: 100%;
position: absolute;
padding-top: 20px;
background-color: #F8F8F8;
min-height: 200px;
overflow: scroll;
overflow-x:hidden;