1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 21:15:42 +02:00

[ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200px

PHPBB3-8785
This commit is contained in:
Crizzo 2014-03-03 21:23:58 +01:00
parent 2d7e76013f
commit 837a909f8c

View File

@ -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 {