Skip to content

Commit

Permalink
fix(graph-tooltip): allow content is scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Jul 23, 2024
1 parent 17e399a commit eb010ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Wrapper = styled(Flex)(({ theme }) => ({
top: '65px',
right: '55px',
width: '300px',
pointerEvents: 'none',
pointerEvents: 'auto',
background: colors.dashboardHeader,
boxShadow: '0px 1px 6px rgba(0, 0, 0, 0.1)',
color: colors.primaryText1,
Expand Down

0 comments on commit eb010ed

Please sign in to comment.