Allow to filter tags/categories in search menu

This commit is contained in:
Eike Kettner
2020-08-10 13:25:25 +02:00
parent 098e4cf868
commit 57c1144f40
2 changed files with 59 additions and 43 deletions

View File

@ -189,6 +189,10 @@ label span.muted {
margin-left: 0.5em;
}
.width-70 {
width: 70%;
}
.ui.search.dropdown.open, .ui.selection.dropdown.open {
z-index: 20;
}