From f7d1541e014375fccb9bdefb8abfff3496469da9 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 2 Nov 2021 12:18:00 +0100 Subject: [PATCH] Add scrollbars to filters dropdown [SCI-6085] --- app/assets/stylesheets/repository/bmt_filters.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/repository/bmt_filters.scss b/app/assets/stylesheets/repository/bmt_filters.scss index 09b667f66..5c998fde4 100644 --- a/app/assets/stylesheets/repository/bmt_filters.scss +++ b/app/assets/stylesheets/repository/bmt_filters.scss @@ -73,6 +73,8 @@ .filters-list { border-top: $border-tertiary; + max-height: calc(100vh - 300px); + overflow-y: auto; } .footer { @@ -93,6 +95,8 @@ } .saved-filters-list { + max-height: calc(100vh - 300px); + overflow-y: auto; padding: 0 1em; }