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 I open the Nuxt Docs with a desktop computer, a tooltip with an arrow looks like this:
If I now open this page on mobile or inside the chrome device toolbar, the tooltip is hidden, but the arrow is still displayed when I click/touch the button:
Adding [@media(pointer:coarse)]:hidden from tooltip.base also to arrow.base in tooltip.ts might fix the issue.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Operating System: Windows 11 / Chrome 122.0.6261.95
Version
v2.14.1
Reproduction
Tooltip - Nuxt UI Docs
Description
When I open the Nuxt Docs with a desktop computer, a tooltip with an arrow looks like this:
If I now open this page on mobile or inside the chrome device toolbar, the tooltip is hidden, but the arrow is still displayed when I click/touch the button:
Adding
[@media(pointer:coarse)]:hidden
fromtooltip.base
also toarrow.base
in tooltip.ts might fix the issue.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: