MDL-55638 core_message: fixed contacts overflow CSS setting

This commit is contained in:
Mark Nelson 2016-08-19 14:58:05 +08:00
parent 09c3c73201
commit ab95d755b4
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
.contacts {
height: 500px;
overflow-y: scroll;
overflow-y: auto;
.contact {
height: 66px;

View File

@ -5861,7 +5861,7 @@ a.ygtvspacer:hover {
}
.messaging-area-container .messaging-area .contacts-area .contacts {
height: 500px;
overflow-y: scroll;
overflow-y: auto;
}
.messaging-area-container .messaging-area .contacts-area .contacts .contact {
height: 66px;