Skip to content
Snippets Groups Projects
Commit a338692f authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Pad bottom of costume/sound list to allow you to reach the bottom tile

parent f9b58453
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ $fade-out-distance: 100px;
overflow-y: scroll;
display: flex;
flex-direction: column;
/* Make sure there is room to scroll beyond the last tile */
padding-bottom: 70px;
}
.list-item {
......
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