Merge pull request #23098 from nextcloud/backport/22999/stable20

[stable20] Adjust scroll container height to make it a proper boundary element for actions
This commit is contained in:
Roeland Jago Douma 2020-09-30 13:48:05 +02:00 committed by GitHub
commit f0dc0d1347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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