scroll if too much groups

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2022-11-23 10:57:49 +01:00
parent 14e0299582
commit bb6bf02e3d
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
3 changed files with 13 additions and 1 deletions

View file

@ -1229,6 +1229,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

@ -1395,6 +1395,13 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
}
// Scroll if too much groups
.groups,
.subadmins {
overflow: auto;
max-height: 100%;
}
.groups,
.subadmins,
.quota {