Skip to content

Commit 367d7a3

Browse files
style: Add overflow property to ChartContainer
1 parent a53f52b commit 367d7a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/containers/NodePageMetricsTab.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const ChartContainer = styled.div`
5151
/* 100% - padding - action container height */
5252
height: calc(100% - 3rem);
5353
padding-left: ${spacing.r12};
54+
overflow: hidden auto;
5455
`;
5556
export const GraphGrid = styled.div`
5657
display: grid;

0 commit comments

Comments
 (0)