From 837a909f8c9580ead0a24114d73178951f046eb0 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Mon, 3 Mar 2014 21:23:58 +0100 Subject: [PATCH] [ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200px PHPBB3-8785 --- phpBB/styles/prosilver/theme/common.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 169c84f64a..c204755b9a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -753,6 +753,8 @@ dl.details dd { fieldset.fields1 ul.recipients { list-style-type: none; line-height: 1.8; + max-height: 150px; + overflow-y: auto; } fieldset.fields1 dd.recipients {