Skip to content

Commit

Permalink
[Design] 컴포넌트 위치 조정을 위한 CSS 수정
Browse files Browse the repository at this point in the history
- 비교차트 관련 컴포넌트 위치 조정을 위한 CSS 수정

Issues #13
  • Loading branch information
novice1993 committed Sep 2, 2023
1 parent 413b8ac commit 445c236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/CompareChartSection/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 445c236

Please sign in to comment.