Merge pull request #2956 from mlorb/ml-sci-5041

Fix tooltip display when editing inventory row [SCI-5041]
This commit is contained in:
mlorb 2020-11-19 11:01:23 +01:00 committed by GitHub
commit cd4252e254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1303,6 +1303,7 @@ ul.content-activities {
border-bottom: 1px dotted $color-alto;
cursor: help;
display: inline-block;
pointer-events: auto;
.modal-tooltiptext {
background-color: $color-alto;