Skip to content

Commit d04be92

Browse files
fix: tooltip position style (#787)
1 parent ebf484e commit d04be92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/@next/Tooltip/TooltipStyle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const StyledTooltipContainer = styled.div`
2020
`;
2121

2222
export const StyledTooltip = styled.div`
23-
position: absolute;
23+
position: fixed;
2424
text-align: left;
2525
height: fit-content;
2626
width: fit-content;

0 commit comments

Comments
 (0)