Skip to content

Commit

Permalink
Merge pull request #119 from capstone-five-ai/develop
Browse files Browse the repository at this point in the history
hotfix: 글자가 이미지 뒤에 숨겨지는 문제 해결
  • Loading branch information
AAminha authored Jun 12, 2024
2 parents 68cf7ad + 884bc55 commit 231dd4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/SelectServicePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ const Container = styled.div`
const Title = styled.div`
display: flex;
position: relative;
& > span {
z-index: 1;
}
`;

const GradationContainer = styled.div`
Expand Down

0 comments on commit 231dd4f

Please sign in to comment.