Skip to content
Snippets Groups Projects
Unverified Commit 92ab659a authored by Julius Härtl's avatar Julius Härtl Committed by Roeland Jago Douma
Browse files

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


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 18411b8d
No related branches found
No related tags found
No related merge requests found
...@@ -1443,6 +1443,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment