From b4c8701ab9db36a686525f94dc585fb9369ddf5e Mon Sep 17 00:00:00 2001 From: pgiertych <pgiertych@man.poznan.pl> Date: Wed, 6 Sep 2023 15:05:36 +0200 Subject: [PATCH] add max-height and scroll to domain dropdown --- .../shared/common/domainfilter/domainfilter.component.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/shared/common/domainfilter/domainfilter.component.css b/src/app/shared/common/domainfilter/domainfilter.component.css index a7db0471..707423ac 100644 --- a/src/app/shared/common/domainfilter/domainfilter.component.css +++ b/src/app/shared/common/domainfilter/domainfilter.component.css @@ -22,4 +22,9 @@ padding-bottom: 10px !important; line-height: 20px !important; } + + .dropdown-menu { + max-height: 500px; + overflow-y: auto; + } } \ No newline at end of file -- GitLab