Skip to content
Snippets Groups Projects
Commit b74f19e6 authored by Florrie's avatar Florrie
Browse files

Use list-area:after to pad scroll area

parent eed0aab4
Branches
Tags
No related merge requests found
......@@ -50,8 +50,16 @@ $fade-out-distance: 100px;
overflow-y: scroll;
display: flex;
flex-direction: column;
}
.list-area:after {
/* Make sure there is room to scroll beyond the last tile */
padding-bottom: 70px;
content: '';
display: block;
height: 70px;
width: 100%;
flex-shrink: 0;
order: 99999999;
}
.list-item {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment