From a91724edb07a3e1c04227aef7a4f2b37b3d0bdec Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Wed, 28 Jan 2026 21:09:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(css):=20include=20remove?= =?UTF-8?q?=20menu=20in=20dropdown=20scroll=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cps/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 2f89a574b..9d5a8f6a2 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -1,4 +1,4 @@ -#add-to-shelves.dropdown-menu { +#add-to-shelves.dropdown-menu, #remove-from-shelves.dropdown-menu { max-height: 300px; overflow-y: auto; }