From a887bce5ba491588be3fd6dfd62072b25340ab46 Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:58:34 +0200 Subject: [PATCH] (cp aac54ba1f) fixes #2192 set max-height and overflow --- themes/default/css/search.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/themes/default/css/search.css b/themes/default/css/search.css index ae7816109..15346057d 100644 --- a/themes/default/css/search.css +++ b/themes/default/css/search.css @@ -304,6 +304,8 @@ display: flex; flex-direction: column; margin: 20px 0 20px 0; + overflow:auto; + max-height:250px; } .date_posted-option-container { @@ -708,13 +710,6 @@ min-width:150px!important; } -.filter-filetypes-form .form-container, -.filter-added_by-form .form-container, -.filter-date_posted .form-container { - max-height: 300px; - overflow-y: auto; -} - .section-search .sticky-top{ z-index: 10!important; }