mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
['group members' dialog] display a scrollbar in the dialog when it needs (#6324)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
.group-members-container {
|
||||
max-height: 500px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.group-member:hover {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user