From 58d28bceba5120f0b50aab0069f224c1de66d56f Mon Sep 17 00:00:00 2001 From: ArtemB Date: Fri, 11 Aug 2023 13:19:36 +0300 Subject: [PATCH] 0.0.86 change style for input_list --- static/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;