Fix category height
parent
2920193fe2
commit
4a6010c6ab
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue