Skip to content

Commit

Permalink
Fix bug when tooltip is not reachable by mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaigpetrov committed Sep 30, 2019
1 parent 7069c9a commit b6f95d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b6f95d5

Please sign in to comment.