From d887e553ce79830aa4830d2e1b4669a9e1d3f100 Mon Sep 17 00:00:00 2001 From: Tomasz Borychowski Date: Fri, 28 Aug 2020 11:46:51 +0100 Subject: fix(scrollbar): remove custom scrollbar --- client/components/lists/listBody.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/components/lists/listBody.jade') diff --git a/client/components/lists/listBody.jade b/client/components/lists/listBody.jade index 2f175205..94b558e6 100644 --- a/client/components/lists/listBody.jade +++ b/client/components/lists/listBody.jade @@ -1,5 +1,5 @@ template(name="listBody") - .list-body.js-perfect-scrollbar + .list-body .minicards.clearfix.js-minicards(class="{{#if reachedWipLimit}}js-list-full{{/if}}") if cards.count +inlinedForm(autoclose=false position="top") @@ -106,7 +106,7 @@ template(name="searchElementPopup") option(value="{{_id}}") {{title}} form.js-search-term-form input(type="text" name="searchTerm" placeholder="{{_ 'search-example'}}" autofocus dir="auto") - .list-body.js-perfect-scrollbar.search-card-results + .list-body.search-card-results .minicards.clearfix.js-minicards if isBoardTemplateSearch each results -- cgit v1.2.3-1-g7c22