Adjust scroll container height to make it a proper boundary element for actions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-09-22 12:23:53 +02:00 committed by backportbot[bot]
parent 2e87668f77
commit 143c6356c5
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;