Remove filter category scroll

stable
Álex Hermida 2019-01-28 16:57:00 +01:00 committed by Alex Hermida
parent 4a6010c6ab
commit 95eb940dbe
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ FilterSlideDownDirective = () ->
$(el.context.nextSibling) $(el.context.nextSibling)
.css({ .css({
"max-height": wrapperHeight - contentHeight,
"display": "block" "display": "block"
}) })

View File

@ -7,7 +7,7 @@ tg-filter {
background-color: $mass-white; background-color: $mass-white;
display: block; display: block;
left: 0; left: 0;
max-height: calc(100vh - 40px); max-height: 100%;
min-height: 100%; min-height: 100%;
overflow-y: scroll; overflow-y: scroll;
padding: 1rem 0; padding: 1rem 0;