[#181] resolve operations-dropdown behaviour: search-result are at the top if applicable, categories below. clearing search value will display categories

This commit is contained in:
Robin Scholtes 2023-04-20 14:59:22 +12:00
parent 4faaae3151
commit 7ae22ff16b
7 changed files with 36 additions and 35 deletions

View file

@ -51,8 +51,7 @@ body {
height: calc( 100vh - var(--banner-height));
}
#categories,
#search-results {
#operations-dropdown {
max-height: max-content;
overflow: revert;
}