@@ -, +, @@ too many patron's lists --> the 'new list' option is no longer available after 35 lists --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ 1 file changed, 5 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1997,6 +1997,11 @@ li { padding: 5px 25em 0 0; } } + + .dropdown-menu { + max-height: 50vh; + overflow-y: auto; + } } #patron_search_selected { --