From 8df0ef6af998c200bfee8b828a3b713eeac4f26f Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 21 Jan 2020 17:40:11 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02723=20-=20Fix=20double=20scrollbar=20in?= =?UTF-8?q?=20search=20criterion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/light-grey.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/light-grey.scss b/css/light-grey.scss index 08951377c..bc62eca7b 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -1,5 +1,5 @@ /*! - * Copyright (C) 2013-2019 Combodo SARL + * Copyright (C) 2013-2020 Combodo SARL * * This file is part of iTop. * @@ -1203,7 +1203,8 @@ input.dp-applied { display: none; max-width: 450px; max-height: 520px; - overflow: auto; + overflow-x: auto; + overflow-y: hidden; .sfc_fg_operators{ font-size: 12px;