diff options
author | Crizzo <mail@crizzo.de> | 2014-03-03 21:23:58 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-03 21:23:58 +0100 |
commit | 837a909f8c9580ead0a24114d73178951f046eb0 (patch) | |
tree | f936ab53c7f7647741326ead3d9ec17313e0157d /phpBB/styles | |
parent | 2d7e76013f36a3e73afae489584a806c921ebadd (diff) | |
download | forums-837a909f8c9580ead0a24114d73178951f046eb0.tar forums-837a909f8c9580ead0a24114d73178951f046eb0.tar.gz forums-837a909f8c9580ead0a24114d73178951f046eb0.tar.bz2 forums-837a909f8c9580ead0a24114d73178951f046eb0.tar.xz forums-837a909f8c9580ead0a24114d73178951f046eb0.zip |
[ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200px
PHPBB3-8785
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |