nasa-jpl / react-stellar

A React implementation of the Stellar design system for spacecraft operations tools
https://nasa-jpl.github.io/react-stellar/
Apache License 2.0
10 stars 2 forks source link

Use portal for tooltip #45

Closed AaronPlave closed 7 months ago

AaronPlave commented 7 months ago

Radix docs on tooltips now suggested wrapping the content with a Portal. Portal-ing tooltips will help keep them appropriately z-indexed which is currently an issue with our tooltips.