Skip to content

Commit

Permalink
design: PreviewBanner에 z-index 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Dec 18, 2024
1 parent bcfba79 commit 14e369f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/modifyManage/ModifyManage.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ export const PreviewBanner = styled.div`
${Generators.flexGenerator()}
position: sticky;
top: 5.6rem;
z-index: 1;
width: 37.5rem;
padding: 0.8rem 6.7rem;
Expand Down
1 change: 1 addition & 0 deletions src/pages/register/Register.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ export const PreviewBanner = styled.div`
${Generators.flexGenerator()}
position: sticky;
top: 5.6rem;
z-index: 1;
width: 37.5rem;
padding: 0.8rem 6.7rem;
Expand Down

0 comments on commit 14e369f

Please sign in to comment.