diff options
-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; } |