mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
scroll if too much groups
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
14e0299582
commit
bb6bf02e3d
3 changed files with 13 additions and 1 deletions
|
|
@ -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…
Reference in a new issue