We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf484e commit d04be92Copy full SHA for d04be92
1 file changed
src/@next/Tooltip/TooltipStyle.ts
@@ -20,7 +20,7 @@ export const StyledTooltipContainer = styled.div`
20
`;
21
22
export const StyledTooltip = styled.div`
23
- position: absolute;
+ position: fixed;
24
text-align: left;
25
height: fit-content;
26
width: fit-content;
0 commit comments