1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-10 20:01:47 +00:00

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;
}