From c1be944a484ccaef30ecadeda2036ab190fa1d11 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Mon, 26 Jan 2026 19:36:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(ui):=20limit=20add-to-shel?= =?UTF-8?q?ves=20dropdown=20height=20=20=20-=20=E3=80=90style=E3=80=91=20c?= =?UTF-8?q?onstrain=20add-to-shelves=20dropdown=20height=20and=20enable=20?= =?UTF-8?q?scroll=20=20=20-=20=E3=80=90style=E3=80=91=20prevent=20overly?= =?UTF-8?q?=20tall=20menus=20from=20overflowing=20the=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cps/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 51a70d5f4..2f89a574b 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -1,3 +1,7 @@ +#add-to-shelves.dropdown-menu { + max-height: 300px; + overflow-y: auto; +} .tooltip.bottom .tooltip-inner { font-size: 13px;