The Tooltip component isn't really a tooltip, but rather an UI element that tries to fit in the viewport.
However, Tooltip.scss is tied to tooltips, so we might have to create a Tooltip component that simply renders <div className="Tooltip">{ children }</div>
The Tooltip component isn't really a tooltip, but rather an UI element that tries to fit in the viewport.
However, Tooltip.scss is tied to tooltips, so we might have to create a Tooltip component that simply renders
<div className="Tooltip">{ children }</div>