tshet-uinh-autoderiver icon indicating copy to clipboard operation
tshet-uinh-autoderiver copied to clipboard

Tooltip works poorly with the OutputContainer dialog

Open syimyuzya opened this issue 3 months ago • 0 comments

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.

syimyuzya avatar Nov 24 '24 10:11 syimyuzya