mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 23:42:11 +02:00
MDL-55638 core_message: fixed contacts overflow CSS setting
This commit is contained in:
parent
09c3c73201
commit
ab95d755b4
@ -136,7 +136,7 @@
|
||||
|
||||
.contacts {
|
||||
height: 500px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
.contact {
|
||||
height: 66px;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user