Where do I put this for CSS Isolation or does it need to be globally applied?
If I can target the box with CSS Isolation, is there any reason why I would be able to rotate the div the correct number of degrees to have the border facing the correct direction?
I went into the default-base.css file and edit the translate line to change the rotation degrees and it now works.
I noticed that all of the rz-DIRECTION-tooltip-content:after transform css used 45deg for all directions. I think if you were to change the rotation degrees for each direction so that the border draws correctly, this would fix the issue for everyone on all directions of the tooltip.