Skip to content

Commit 24c908f

Browse files
skjnldsvnextcloud-command
authored andcommitted
scroll if too much groups
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 717fdad commit 24c908f

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

apps/settings/css/settings.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/css/settings.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/css/settings.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,13 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
14321432
}
14331433
}
14341434

1435+
// Scroll if too much groups
1436+
.groups,
1437+
.subadmins {
1438+
overflow: auto;
1439+
max-height: 100%;
1440+
}
1441+
14351442
.groups,
14361443
.subadmins,
14371444
.quota {

0 commit comments

Comments
 (0)