1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 05:20:56 +02:00

[ticket/9255] Changed overflow-x to overflow-y

PHPBB3-9255
This commit is contained in:
Crizzo
2014-03-02 21:31:08 +01:00
parent 8e3b13d5c5
commit 2f31e79445

View File

@@ -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;
}