mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'Crizz0/ticket/9255' into develop
* Crizz0/ticket/9255: [ticket/9255] Changed overflow-x to overflow-y [ticket/9255] Added max-height and overflow-x to cp-mini in cp.css
This commit is contained in:
commit
9dee0647bf
1 changed files with 2 additions and 0 deletions
|
@ -357,6 +357,8 @@ ul.cplist {
|
||||||
/* Friends list */
|
/* Friends list */
|
||||||
.cp-mini {
|
.cp-mini {
|
||||||
margin: 10px 15px 10px 5px;
|
margin: 10px 15px 10px 5px;
|
||||||
|
max-height: 200px;
|
||||||
|
overflow-y: auto;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue