Skip to content

Commit

Permalink
Merge pull request #25 from FourBao-A/noh/layout
Browse files Browse the repository at this point in the history
[Fix] : 뒤로가기 버튼 z-index 오류 수정
  • Loading branch information
nohYoom08 authored Jun 8, 2024
2 parents 1ffa0d9 + 3988c72 commit c34b764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/pages/Forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,6 @@ position:relative;
align-self:flex-start;
top:4px;
left:8px;
z-index:10;
`;
3 changes: 1 addition & 2 deletions src/pages/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ export default Login

const LoginWidthBlock = styled(WidthBlock)`
background-color: white;
font-family: Pretendard;
`
`;
const LoginText = styled.p`
display: flex;
width: 390px;
Expand Down

0 comments on commit c34b764

Please sign in to comment.