alexkuz/react-dock

Bootstrap ToolTip not showing on react-dock

James2516 opened this issue · 0 comments

https://codesandbox.io/s/wpG3y6y5m

The "Hover here" on the sidebar does not show the tooltip.

It shows if the bootstrap css is excluded: https://codesandbox.io/s/KGVRmplG

I tracked down the problem to this property:

.tooltip {
  position: absolute;
}

What's the right way to resolve this?