diff --git a/src/components/asset-panel/selector.css b/src/components/asset-panel/selector.css
index df47d41de1ec424da7a8006d35754bc92f61559d..132f7d71dd68ec3883f9e2d6dafc2b8679148c21 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 {