diff --git a/static/css/styles.css b/static/css/styles.css index f9cd2b3..d75fcee 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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;