diff --git a/FE/src/components/landingPage/GoogleLoginButton.tsx b/FE/src/components/landingPage/GoogleLoginButton.tsx index e68cc60..7b9c394 100644 --- a/FE/src/components/landingPage/GoogleLoginButton.tsx +++ b/FE/src/components/landingPage/GoogleLoginButton.tsx @@ -35,6 +35,7 @@ const GoogleLoginButton: React.FC = ({ ...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); diff --git a/FE/src/components/landingPage/LandingImage.tsx b/FE/src/components/landingPage/LandingImage.tsx index c7d5613..24366cc 100644 --- a/FE/src/components/landingPage/LandingImage.tsx +++ b/FE/src/components/landingPage/LandingImage.tsx @@ -10,7 +10,6 @@ const LandingImage: React.FC = () => { align-items: center; justify-self: end; align-self: end; - z-index: -1; `} >