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

- style fixes

- add part description as mouse-over text
This commit is contained in:
Oliver
2021-11-04 17:02:52 +11:00
parent 9cfcb6579f
commit b1598cfd10
2 changed files with 7 additions and 2 deletions

View File

@ -560,6 +560,11 @@
transition: 0.1s;
}
.search-autocomplete-item {
border-top: 1px solid #EEE;
margin-bottom: 2px;
}
.modal {
overflow: hidden;
z-index: 9999;