mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
9 lines
116 B
CSS
9 lines
116 B
CSS
.group-members-container {
|
|
max-height: 500px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.group-member:hover {
|
|
background: #f5f5f5;
|
|
}
|