mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9255] Changed overflow-x to overflow-y
PHPBB3-9255
This commit is contained in:
parent
8e3b13d5c5
commit
2f31e79445
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ ul.cplist {
|
||||||
.cp-mini {
|
.cp-mini {
|
||||||
margin: 10px 15px 10px 5px;
|
margin: 10px 15px 10px 5px;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow-x: auto;
|
overflow-y: auto;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue