Skip to content

Commit

Permalink
fix(view): missing box-shadow on charts (firefox)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceNino committed Jun 13, 2022
1 parent 3ecae85 commit 02bf98b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/view/src/components/hardware-info-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const ChartArea = styled.div<ChartAreaProps>`
position: ${({ mobile }) => (mobile ? 'relative' : 'absolute')};
bottom: ${({ mobile }) => (mobile ? '0' : '-10px')};
right: -10px;
z-index: 1;
}
`;

Expand Down

0 comments on commit 02bf98b

Please sign in to comment.