mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 18:52:07 +08:00
Merge pull request #2956 from mlorb/ml-sci-5041
Fix tooltip display when editing inventory row [SCI-5041]
This commit is contained in:
commit
cd4252e254
1 changed files with 1 additions and 0 deletions
|
@ -1303,6 +1303,7 @@ ul.content-activities {
|
||||||
border-bottom: 1px dotted $color-alto;
|
border-bottom: 1px dotted $color-alto;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
pointer-events: auto;
|
||||||
|
|
||||||
.modal-tooltiptext {
|
.modal-tooltiptext {
|
||||||
background-color: $color-alto;
|
background-color: $color-alto;
|
||||||
|
|
Loading…
Reference in a new issue