From a338692f423a3402882e05d24b7d495b0d1fb117 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Wed, 25 Jul 2018 15:52:12 -0400 Subject: [PATCH] Pad bottom of costume/sound list to allow you to reach the bottom tile --- src/components/asset-panel/selector.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/asset-panel/selector.css b/src/components/asset-panel/selector.css index 3dc4e803d..61e6e9d2a 100644 --- a/src/components/asset-panel/selector.css +++ b/src/components/asset-panel/selector.css @@ -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 { -- GitLab