scroll if too much groups

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/35350/head
John Molakvoæ 3 years ago
parent 14e0299582
commit bb6bf02e3d
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
  1. 5
      apps/settings/css/settings.css
  2. 2
      apps/settings/css/settings.css.map
  3. 7
      apps/settings/css/settings.scss

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

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

Loading…
Cancel
Save