react-dock
react-dock copied to clipboard
Bootstrap ToolTip not showing on react-dock
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?