Skip to content

Commit

Permalink
fix(css): 임시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Me1e committed Aug 1, 2023
1 parent f7225c5 commit da72599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/nextjs/components/BadgeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const ModalWrapper = styled.div`
align-items: center;
justify-content: center;
flex-direction: column;
perspective: 500px;
`;

const ImageWrapper = styled.div`
Expand All @@ -51,7 +50,7 @@ const ImageWrapper = styled.div`
flex-direction: column;
background-color: white;
border-radius: 30px;
transform-style: preserve-3d;
animation: flip 5s linear infinite;
@keyframes flip {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/pages/report/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ const StyledMenuItem = styled(MenuItem)`
`;

const Loading = styled("div")`
position: absolute;
position: fixed;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.5);
Expand Down

0 comments on commit da72599

Please sign in to comment.