Skip to content

Commit

Permalink
Merge pull request #132 from teamViNO/feature-074
Browse files Browse the repository at this point in the history
feature-074: UI 오류 수정
  • Loading branch information
whistleJs authored Feb 21, 2024
2 parents 42757f6 + 9a3e578 commit e42cfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/SummaryPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ export const Dropdown = styled.div`
position: absolute;
left: 0;
top: 5px;
z-index: 1;
width: 100%;
max-height: 276px;
border-radius: 12px;
Expand Down
1 change: 1 addition & 0 deletions src/styles/layout/sideBar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import theme from '@/styles/theme';
import styled from 'styled-components';

export const Container = styled.div`
z-index: 1;
display: flex;
flex-direction: column;
padding: 60px 20px 0px 60px;
Expand Down

0 comments on commit e42cfac

Please sign in to comment.