From bd05d9e4ab36b722e3a5cafe7119207508f0c805 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 14 Nov 2022 10:29:07 +0100 Subject: [PATCH] related to #1787 scroll bar is visible only when needed --- admin/themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index a14373fc8..920529497 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -6564,7 +6564,7 @@ color:#FF7B00; .linkedAlbumPopInContainer #searchResult { width: 100%; - overflow-y: scroll; + overflow-y: auto; max-height: 400px; margin: 10px 0 0 0; }