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:
Cesar G 2014-03-02 14:24:07 -08:00
commit 9dee0647bf

View file

@ -357,6 +357,8 @@ ul.cplist {
/* Friends list */
.cp-mini {
margin: 10px 15px 10px 5px;
max-height: 200px;
overflow-y: auto;
padding: 5px 10px;
border-radius: 7px;
}