2 Commits

Author SHA1 Message Date
fa2186b407 Merge remote-tracking branch 'origin/main' 2023-08-11 13:19:43 +03:00
58d28bceba 0.0.86 change style for input_list 2023-08-11 13:19:36 +03:00

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;