Skip to content

Commit

Permalink
fix: background image touch error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsdn0 committed Jan 14, 2025
1 parent 01ee739 commit 94fb978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web/src/components/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ const LoginBackground = styled.img`
bottom: 20px;
overflow: hidden;
z-index: -1;
`;

export const LoginPage: React.FC = () => {
Expand Down

0 comments on commit 94fb978

Please sign in to comment.