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