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

Tooltip works poorly with the OutputContainer dialog #53

Open
syimyuzya opened this issue Nov 24, 2024 · 0 comments
Open

Tooltip works poorly with the OutputContainer dialog #53

syimyuzya opened this issue Nov 24, 2024 · 0 comments

Comments

@syimyuzya
Copy link
Member

f8d3d3e made the OutputContainer a <dialog>, but broke the Tooltip's Z-order. 5b15b1a kinda fixed the Z-order, but introduced new problems:

  • Tooltip's position is incorrect when the OutputContainer is scrolled (temporarily fixed™️ with some hack)
  • Attaching the Tooltip's <div> (which is a separate React root) to a parent node managed by another React root is probably a bad idea, and may further cause some unexpected behaviors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant