Remove filter category scroll
parent
4a6010c6ab
commit
95eb940dbe
|
@ -33,7 +33,6 @@ FilterSlideDownDirective = () ->
|
|||
|
||||
$(el.context.nextSibling)
|
||||
.css({
|
||||
"max-height": wrapperHeight - contentHeight,
|
||||
"display": "block"
|
||||
})
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ tg-filter {
|
|||
background-color: $mass-white;
|
||||
display: block;
|
||||
left: 0;
|
||||
max-height: calc(100vh - 40px);
|
||||
max-height: 100%;
|
||||
min-height: 100%;
|
||||
overflow-y: scroll;
|
||||
padding: 1rem 0;
|
||||
|
|
Loading…
Reference in New Issue