diff --git a/apps/view/src/components/hardware-info-container.tsx b/apps/view/src/components/hardware-info-container.tsx index ec529ce5f..c7f0a4ff8 100644 --- a/apps/view/src/components/hardware-info-container.tsx +++ b/apps/view/src/components/hardware-info-container.tsx @@ -48,6 +48,8 @@ const ChartArea = styled.div` position: ${({ mobile }) => (mobile ? 'relative' : 'absolute')}; bottom: ${({ mobile }) => (mobile ? '0' : '-10px')}; right: -10px; + + z-index: 1; } `;