fix: the flickering issue of trace graph (#3236)

This commit is contained in:
Rajat Dabade 2023-08-01 17:25:16 +05:30 committed by GitHub
parent 23e6902921
commit 54738432af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ export const Container = styled.div<Props>`
height: 25vh !important;
margin-top: 1rem;
margin-bottom: 1rem;
overflow: auto;
width: 100% !important;
${({ center }): StyledCSS =>