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
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.
The text was updated successfully, but these errors were encountered:
f8d3d3e made the OutputContainer a <dialog>, but broke the Tooltip's Z-order. 5b15b1a kinda fixed the Z-order, but introduced new problems:
The text was updated successfully, but these errors were encountered: