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:
John Molakvoæ 2022-11-23 10:57:49 +01:00 committed by nextcloud-command
parent 717fdad70d
commit 24c908ff11
4 changed files with 14 additions and 2 deletions

View file

@ -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

View file

@ -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