You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
After update from Dash 2.18.2 to 3.0.2, dcc.Tooltip is placed in wrong position and partially hide target objects.
dash 3.0.2
dash-bootstrap-components 2.0.0
- OS: Linux, Windows
- Browsers: Firefox, Edge, Chrome
Describe the bug
dcc.Tooltip left top corner is always placed at same position (relative to "bbox") regardless of "direction" parameter, and/or ignores some "bbox" values (presumably "x1" and "y1")
Expected behavior
Tooltip should be placed in direction according "direction" parameter relative to "bbox" rectangle area.