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-row-height: 60px;
|
||||||
$grid-col-min-width: 160px;
|
$grid-col-min-width: 160px;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
min-height: 100%;
|
||||||
|
height: auto;
|
||||||
|
|
||||||
#app-content.user-list-grid {
|
#app-content.user-list-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in New Issue