Fix category height

stable
Álex Hermida 2019-01-25 13:46:20 +01:00 committed by Alex Hermida
parent 2920193fe2
commit 4a6010c6ab
1 changed files with 5 additions and 0 deletions

View File

@ -7,7 +7,9 @@ tg-filter {
background-color: $mass-white; background-color: $mass-white;
display: block; display: block;
left: 0; left: 0;
max-height: calc(100vh - 40px);
min-height: 100%; min-height: 100%;
overflow-y: scroll;
padding: 1rem 0; padding: 1rem 0;
position: absolute; position: absolute;
top: 0; top: 0;
@ -151,6 +153,9 @@ tg-filter {
&.selected { &.selected {
border-bottom: 0; border-bottom: 0;
} }
.filter-list {
min-height: 60px;
}
} }
.custom-filters { .custom-filters {
.title { .title {