razortooltipsystem.razor.scss
RazorTooltipSystem
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    font-size: 16px;

    .tooltip-container
    {
        position: absolute;
        //top: 0;
        //left: 0;
    }

    //.extra-tooltips
    //{
    //    > *
    //    {
    //        position: absolute;
    //    }
    //}
}