[Tooltip] Make position fixed
or render in body
#4656
Labels
component: tooltip
This is the name of the generic UI component, not the React module!
new feature
New feature or request
Problem description
Currently tooltip works with
absolute
positioning and it makes impossible to use it withTable
component or another wrapper withoverflow: hidden
Versions
EDIT:
Found nice implementation in React Bootstrap - Tooltip with OverlayTrigger
EDIT 2:
Oh Snap! Found that they use react-overlays in it
The text was updated successfully, but these errors were encountered: