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:
parent
2e87668f77
commit
143c6356c5
|
@ -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