Limit height of search results

This commit is contained in:
Maël Brunet 2021-06-07 00:39:09 +02:00
parent 928440e19b
commit 72e7e065c4

View file

@ -107,6 +107,9 @@
}
.c-search__results {
max-height: 100vh;
overflow-y: auto;
> * + * {
margin-top: 10px;
}