diff --git a/opentech/static_src/src/app/src/components/Listing/style.scss b/opentech/static_src/src/app/src/components/Listing/style.scss index 97b57fb30221cf84bc81de50bb72f32c7ff9e6c3..af322e21688e739ad49dc88449e806516cc68832 100644 --- a/opentech/static_src/src/app/src/components/Listing/style.scss +++ b/opentech/static_src/src/app/src/components/Listing/style.scss @@ -12,10 +12,12 @@ // containing <ul> &__list { + overflow-y: scroll; + height: calc(100vh - #{$listing-header-height}); + @include media-query(tablet-landscape) { // only allow columns to be scrolled on larger screens height: calc(100vh - var(--header-admin-height) - #{$listing-header-height}); - overflow-y: scroll; } @include media-query(laptop-short) {