From 4a6010c6abc552a02db50780a1dd1691c3ba468d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Fri, 25 Jan 2019 13:46:20 +0100 Subject: [PATCH] Fix category height --- app/modules/components/filter/filter.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/modules/components/filter/filter.scss b/app/modules/components/filter/filter.scss index 5e6c1cbf..a2c59b78 100644 --- a/app/modules/components/filter/filter.scss +++ b/app/modules/components/filter/filter.scss @@ -7,7 +7,9 @@ tg-filter { background-color: $mass-white; display: block; left: 0; + max-height: calc(100vh - 40px); min-height: 100%; + overflow-y: scroll; padding: 1rem 0; position: absolute; top: 0; @@ -151,6 +153,9 @@ tg-filter { &.selected { border-bottom: 0; } + .filter-list { + min-height: 60px; + } } .custom-filters { .title {