diff --git a/client/src/components/CompareChartSection/Index.tsx b/client/src/components/CompareChartSection/Index.tsx index a0edc357..07a87e6c 100644 --- a/client/src/components/CompareChartSection/Index.tsx +++ b/client/src/components/CompareChartSection/Index.tsx @@ -22,7 +22,7 @@ export default CompareChartSection; const Container = styled.div` position: fixed; - left: 0px; + left: -300px; transition: 0.3s left ease-in-out; display: flex; flex-direction: column;