From c1be944a484ccaef30ecadeda2036ab190fa1d11 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Mon, 26 Jan 2026 19:36:47 +0100 Subject: [PATCH 1/9] =?UTF-8?q?=F0=9F=92=84=20style(ui):=20limit=20add-to-?= =?UTF-8?q?shelves=20dropdown=20height=20=20=20-=20=E3=80=90style=E3=80=91?= =?UTF-8?q?=20constrain=20add-to-shelves=20dropdown=20height=20and=20enabl?= =?UTF-8?q?e=20scroll=20=20=20-=20=E3=80=90style=E3=80=91=20prevent=20over?= =?UTF-8?q?ly=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 51a70d5f4b..2f89a574b2 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; From 5ad6b7fa64a6b85605028fa9a108c028330d5423 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Mon, 26 Jan 2026 19:39:36 +0100 Subject: [PATCH 2/9] =?UTF-8?q?=F0=9F=92=84=20style(ui):=20limit=20add-to-?= =?UTF-8?q?shelves=20dropdown=20height=20=20=20-=20=E3=80=90style=E3=80=91?= =?UTF-8?q?=20constrain=20add-to-shelves=20dropdown=20height=20and=20enabl?= =?UTF-8?q?e=20scroll=20=20=20-=20=E3=80=90style=E3=80=91=20prevent=20over?= =?UTF-8?q?ly=20tall=20menus=20from=20overflowing=20the=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cps/templates/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index b273ef9eec..69ec460f7a 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -294,7 +294,7 @@

{{ _('Description:') }}

{% if current_user.is_authenticated %} {% if current_user.shelf.all() or g.shelves_access %}