diff --git a/static/portal-table.css b/static/portal-table.css index c184387..8297699 100644 --- a/static/portal-table.css +++ b/static/portal-table.css @@ -165,6 +165,7 @@ .table-viewer__main { grid-area: main; overflow-y: auto; + padding-bottom: 16px; } .table-viewer__row { @@ -280,18 +281,19 @@ } .table-viewer__count { - opacity: 0.5; + color: #888; } .table-viewer__inserter { + box-shadow: 0 -16px 16px #fff; grid-area: inserter; margin-bottom: 2rem; .table-viewer__inserter-help { + color: #888; font-size: 1rem; font-weight: normal; margin: 8px; - opacity: 0.5; } .table-viewer__inserter-main {