Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
scroll if too much groups
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
skjnldsv authored and nextcloud-command committed Nov 23, 2022
commit 24c908ff11219986fc0b3d4610b1617ade5976bb
5 changes: 5 additions & 0 deletions apps/settings/css/settings.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/settings/css/settings.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,13 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
}

// Scroll if too much groups
.groups,
.subadmins {
overflow: auto;
max-height: 100%;
}

.groups,
.subadmins,
.quota {
Expand Down
Loading