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:
commit
f0dc0d1347
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue