Skip to content

Commit

Permalink
fix: 랜딩페이지 이미지 z-index 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
milk717 committed Nov 24, 2023
1 parent 3594bae commit a11e1a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions FE/src/components/landingPage/GoogleLoginButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const GoogleLoginButton: React.FC<GoogleLoginButtonProps> = ({ ...args }) => {
border: 0.0625rem solid ${theme.colors.border.default};
transition: transform 0.15s ease-in-out;
background-color: ${theme.colors.surface.default};
z-index: 1000;
&:hover {
transform: translateY(-0.25rem);
Expand Down
1 change: 0 additions & 1 deletion FE/src/components/landingPage/LandingImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const LandingImage: React.FC = () => {
align-items: center;
justify-self: end;
align-self: end;
z-index: -1;
`}
>
<img
Expand Down

0 comments on commit a11e1a9

Please sign in to comment.