diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-09-29 18:41:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 18:41:40 +0200 |
commit | d52caba30fcaa7ff41b76ba2c4af754715490e59 (patch) | |
tree | 94835cc3f745cc38c10aae9c4fadf48722ee9bc9 | |
parent | adf1b8a32fa86c3a3182c52e61a4fc6b07d66d5c (diff) | |
parent | 92ab659a87755a223aa27e963e4a6317a5c979c6 (diff) | |
download | nextcloud-server-d52caba30fcaa7ff41b76ba2c4af754715490e59.tar.gz nextcloud-server-d52caba30fcaa7ff41b76ba2c4af754715490e59.zip |
Merge pull request #22999 from nextcloud/bugfix/noid/settings-container-height
Adjust scroll container height to make it a proper boundary element for actions
-rw-r--r-- | apps/settings/css/settings.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index 8e2febb2012..a4036a624e0 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -1443,6 +1443,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { $grid-row-height: 60px; $grid-col-min-width: 160px; overflow-x: scroll; + min-height: 100%; + height: auto; #app-content.user-list-grid { display: grid; |