From 54738432afb1fda8a64a40da63cad1b7682786e7 Mon Sep 17 00:00:00 2001 From: Rajat Dabade Date: Tue, 1 Aug 2023 17:25:16 +0530 Subject: [PATCH] fix: the flickering issue of trace graph (#3236) --- frontend/src/container/Trace/Graph/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/container/Trace/Graph/styles.ts b/frontend/src/container/Trace/Graph/styles.ts index 64be5e1127..4064bdb219 100644 --- a/frontend/src/container/Trace/Graph/styles.ts +++ b/frontend/src/container/Trace/Graph/styles.ts @@ -11,7 +11,6 @@ export const Container = styled.div` height: 25vh !important; margin-top: 1rem; margin-bottom: 1rem; - overflow: auto; width: 100% !important; ${({ center }): StyledCSS =>