2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

Add option to hide inactive parts in search preview window

This commit is contained in:
Oliver
2021-11-04 22:25:35 +11:00
parent ceba5b7312
commit 71bb6fff50
4 changed files with 22 additions and 5 deletions

View File

@ -563,6 +563,7 @@
.search-autocomplete-item {
border-top: 1px solid #EEE;
margin-bottom: 2px;
overflow-x: hidden;
}
.modal {