The sidebar's "Hover here" feature is not displaying the tooltip correctly: CodeSandbox
However, if the bootstrap CSS is removed, it works fine: CodeSandbox
I have identified the issue to be related to this particular property:
.tooltip {
position: absolute;
}
Any suggestions on how to fix this problem?