We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The hint position is incorrectly calculated when the container is scrolled.
https://stackblitz.com/edit/angular-py21fbyt?file=src%2Fapp%2Fapp.component.ts,src%2Findex.html,src%2Fapp%2Fstyles.css
The hint appears away from the cursor when the page is scrolled.
The hint should appear next to the pointer as it appears by default (in a non scrollable container).
The text was updated successfully, but these errors were encountered:
slavenai
No branches or pull requests
Description
The hint position is incorrectly calculated when the container is scrolled.
Steps To Reproduce
https://stackblitz.com/edit/angular-py21fbyt?file=src%2Fapp%2Fapp.component.ts,src%2Findex.html,src%2Fapp%2Fstyles.css
Screenshots or video
Screen.Recording.2025-01-22.at.14.57.22.mov
Actual Behavior
The hint appears away from the cursor when the page is scrolled.
Expected Behavior
The hint should appear next to the pointer as it appears by default (in a non scrollable container).
The text was updated successfully, but these errors were encountered: