Skip to content
New issue

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

Tooltips not displaying on small viewports #1867

Open
andresgalante opened this issue Oct 18, 2024 · 0 comments
Open

Tooltips not displaying on small viewports #1867

andresgalante opened this issue Oct 18, 2024 · 0 comments

Comments

@andresgalante
Copy link
Member

Tooltips for total supply and other metrics do not display on mobile web. This issue occurs because tooltips are designed to show on hover, but mobile devices don't support hover functionality. We need to explore a solution for presenting tooltip content in a way that works across both hover-supported and non-hover-supported devices.

CSS reference to detect devices that can't do hover https://developer.mozilla.org/en-US/docs/Web/CSS/@media/any-hover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant