From 53910d6dfd137bbdac71b6e8682ce8edee9495be Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 14 Nov 2022 10:32:54 +0100 Subject: [PATCH] (cp bd05d9e) 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 3eef59260..40abbb466 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; }