react-dock icon indicating copy to clipboard operation
react-dock copied to clipboard

Bootstrap ToolTip not showing on react-dock

Open James2516 opened this issue 8 years ago • 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?

James2516 avatar Aug 08 '17 08:08 James2516