Remove filter category scroll
parent
4a6010c6ab
commit
95eb940dbe
|
@ -33,7 +33,6 @@ FilterSlideDownDirective = () ->
|
||||||
|
|
||||||
$(el.context.nextSibling)
|
$(el.context.nextSibling)
|
||||||
.css({
|
.css({
|
||||||
"max-height": wrapperHeight - contentHeight,
|
|
||||||
"display": "block"
|
"display": "block"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue