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
When using the Pagination component on a page that can be scrolled, the tooltip which appears when you hover over the ellipsis icon is positioned incorrectly. It is fixed relative to the screen, using the ellipsis icon's position relative to the document
To Reproduce
Use the Pagination component on a page that can be scrolled.
Set totalItems large enough, such that the ellipsis icon appears.
Component
Pagination
Describe the bug
When using the
Pagination
component on a page that can be scrolled, the tooltip which appears when you hover over the ellipsis icon is positioned incorrectly. It is fixed relative to the screen, using the ellipsis icon's position relative to the documentTo Reproduce
Pagination
component on a page that can be scrolled.totalItems
large enough, such that the ellipsis icon appears.Here is a minimal reproduction:
code.txt
Screen Recordings
fixed-tooltip.mp4
The text was updated successfully, but these errors were encountered: