Fix bug when tooltip is not reachable by mouse

This commit is contained in:
ilyaigpetrov 2019-09-30 12:19:51 +00:00
parent 7069c9a1ff
commit b6f95d5829

View File

@ -52,7 +52,7 @@ export default function getInfoLi() {
position: absolute;
white-space: initial;
word-break: initial;
top: 100%;
/* top: 100%; Commented to get rid of bug when tooltip is placed below InfoLi children fields. */
left: 0;
right: 1em;
z-index: 1;