Limit height of search results
This commit is contained in:
parent
928440e19b
commit
72e7e065c4
|
|
@ -107,6 +107,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-search__results {
|
.c-search__results {
|
||||||
|
max-height: 100vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
> * + * {
|
> * + * {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue