diff --git a/app/assets/stylesheets/components/fullscreen-table.scss b/app/assets/stylesheets/components/fullscreen-table.scss index d5c8f78fc..64d669880 100644 --- a/app/assets/stylesheets/components/fullscreen-table.scss +++ b/app/assets/stylesheets/components/fullscreen-table.scss @@ -130,9 +130,16 @@ } &-shim { + width: 100%; position: relative; z-index: 9; + margin-bottom: 30px; + + & + .table-show-more-link { + margin-top: -28px; + } + } }