1
0
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:
llj
2024-07-10 14:44:53 +08:00
committed by GitHub
parent a27f6d340a
commit 1a443c2d04
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
.group-members-container {
max-height: 500px;
overflow: auto;
}
.group-member:hover {
background: #f5f5f5;
}