diff options
author | Crizzo <mail@crizzo.de> | 2014-03-02 21:31:08 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-02 21:31:08 +0100 |
commit | 2f31e79445cc9f353f41f1860424e056617932a6 (patch) | |
tree | f36958188ac2d3eec9af1e09edc6e22d51713b7b /phpBB | |
parent | 8e3b13d5c5fa0ff41166a8b3b5b413077e448f64 (diff) | |
download | forums-2f31e79445cc9f353f41f1860424e056617932a6.tar forums-2f31e79445cc9f353f41f1860424e056617932a6.tar.gz forums-2f31e79445cc9f353f41f1860424e056617932a6.tar.bz2 forums-2f31e79445cc9f353f41f1860424e056617932a6.tar.xz forums-2f31e79445cc9f353f41f1860424e056617932a6.zip |
[ticket/9255] Changed overflow-x to overflow-y
PHPBB3-9255
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/cp.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index cdf64c7236..61df82c0ce 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -358,7 +358,7 @@ ul.cplist { .cp-mini { margin: 10px 15px 10px 5px; max-height: 200px; - overflow-x: auto; + overflow-y: auto; padding: 5px 10px; border-radius: 7px; } |