You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/tooltip-position-rotated-div.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ ticketid: 1657431
25
25
26
26
## Description
27
27
28
-
When rotating div elements that have an associated [Tooltip]({%slug %}) to display additional information, the Tooltip might not align correctly with the target element. The goal is to adjust the Tooltip's position so it aligns appropriately with the center of the rotated div, and optionally, remove the Tooltip's callout pointer for a cleaner appearance.
28
+
When rotating div elements that have an associated [Tooltip]({%slug tooltip-overview%}) to display additional information, the Tooltip might not align correctly with the target element. The goal is to adjust the Tooltip's position so it aligns appropriately with the center of the rotated div, and optionally, remove the Tooltip's callout pointer for a cleaner appearance.
29
29
30
30
This KB article also answers the following questions:
31
31
- How to correctly position a Tooltip on a rotated div in Blazor?
@@ -48,14 +48,15 @@ Calculate the necessary offset for the Tooltip and apply it as a margin style. A
0 commit comments