mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
[ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200px
PHPBB3-8785
This commit is contained in:
parent
2d7e76013f
commit
837a909f8c
1 changed files with 2 additions and 0 deletions
|
@ -753,6 +753,8 @@ dl.details dd {
|
||||||
fieldset.fields1 ul.recipients {
|
fieldset.fields1 ul.recipients {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
|
max-height: 150px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.fields1 dd.recipients {
|
fieldset.fields1 dd.recipients {
|
||||||
|
|
Loading…
Add table
Reference in a new issue