From 61403bfac2147cb1591e434a9640f7f50d70424c Mon Sep 17 00:00:00 2001 From: ArtemB Date: Wed, 3 Jan 2024 13:20:25 +0300 Subject: [PATCH] 0.0.331 set white background-color for input_list --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index b15eb9f..ecea62f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1704,7 +1704,7 @@ div.departure_arrival>div>input{ max-height: 200px; width: 100%; position: absolute; - background-color: #F8F8F8; + background-color: #FFFFFF; overflow: scroll; overflow-x:hidden;