mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
scroll if too much groups
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
717fdad70d
commit
24c908ff11
4 changed files with 14 additions and 2 deletions
|
|
@ -1257,6 +1257,11 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
overflow: hidden;
|
||||
}
|
||||
#body-settings #app-content.user-list-grid .row .groups,
|
||||
#body-settings #app-content.user-list-grid .row .subadmins {
|
||||
overflow: auto;
|
||||
max-height: 100%;
|
||||
}
|
||||
#body-settings #app-content.user-list-grid .row .groups,
|
||||
#body-settings #app-content.user-list-grid .row .subadmins,
|
||||
#body-settings #app-content.user-list-grid .row .quota {
|
||||
min-width: 160px;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1432,6 +1432,13 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
}
|
||||
}
|
||||
|
||||
// Scroll if too much groups
|
||||
.groups,
|
||||
.subadmins {
|
||||
overflow: auto;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.groups,
|
||||
.subadmins,
|
||||
.quota {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue