In the _provided_ example of this repo, the tooltip arrow now aligns like this: <img width="1109" alt="image" src="https://user-images.githubusercontent.com/10500846/218737019-76f72e60-a7fa-41ca-a0f5-419f67691a5b.png"> which is caused by this styling that is applied to `<div class="rc-tooltip-arrow"></div>`. <img width="169" alt="image" src="https://user-images.githubusercontent.com/10500846/218737304-85ecf6d8-3a06-441a-a602-d07092c290c8.png"> When this inline styling is removed, the arrow alignment looks normal again: <img width="160" alt="image" src="https://user-images.githubusercontent.com/10500846/218737602-9f4b3580-d311-4ba1-be75-0dded83dc6f4.png"> <img width="1085" alt="image" src="https://user-images.githubusercontent.com/10500846/218738018-0a8d7d91-fda8-480d-8e3b-f80dc563e6f4.png"> Changes in the `@rc-component/trigger` have caused changes in the arrow alignment, so the problem probably lies there.