From f36f4c9b37b2fe85fe713e9d13ef2160554dac7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A4=EB=8B=A4=EB=B9=88?= <116141225+czmcm5@users.noreply.github.com> Date: Sun, 29 Jun 2025 01:35:13 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EC=B9=B4=EB=93=9C=EC=95=84=EC=9D=B4?= =?UTF-8?q?=ED=85=9C=20=ED=95=98=EB=93=9C=EC=BD=94=EB=94=A9=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projects/ui/profile-page-projects-card/ProjectCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/projects/ui/profile-page-projects-card/ProjectCard.tsx b/src/entities/projects/ui/profile-page-projects-card/ProjectCard.tsx index 00f0704..3a12db9 100644 --- a/src/entities/projects/ui/profile-page-projects-card/ProjectCard.tsx +++ b/src/entities/projects/ui/profile-page-projects-card/ProjectCard.tsx @@ -163,7 +163,7 @@ const ProjectCard = ({ - 온라인 + {project.workflow} From 77b3d5fa7f25dfc5b894d800f12f782f820d767c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A4=EB=8B=A4=EB=B9=88?= <116141225+czmcm5@users.noreply.github.com> Date: Sun, 29 Jun 2025 01:45:58 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=8A=A4=EB=84=A5=EB=B0=94=EA=B0=80?= =?UTF-8?q?=20=EC=9D=B4=EB=A9=94=EC=9D=BC=20=EB=AA=A8=EB=8B=AC=20z-index?= =?UTF-8?q?=EB=B3=B4=EB=8B=A4=20=EB=82=AE=EC=9D=80=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/email/ui/EmailModal.tsx | 10 +++++----- src/shared/ui/SnackbarAlert.tsx | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/features/email/ui/EmailModal.tsx b/src/features/email/ui/EmailModal.tsx index 6df88de..caa8cf9 100644 --- a/src/features/email/ui/EmailModal.tsx +++ b/src/features/email/ui/EmailModal.tsx @@ -1,10 +1,10 @@ import { + Box, + Button, Dialog, - DialogTitle, - DialogContent, DialogActions, - Button, - Box, + DialogContent, + DialogTitle, Typography, } from "@mui/material"; import { styled } from "@mui/material/styles"; @@ -79,7 +79,7 @@ const EmailModal = ({ export default EmailModal; const StyledDialog = styled(Dialog)({ - zIndex: 9999, + zIndex: 8000, "& .MuiDialog-paper": { width: "600px", maxWidth: "90vw", diff --git a/src/shared/ui/SnackbarAlert.tsx b/src/shared/ui/SnackbarAlert.tsx index 50452d9..e466221 100644 --- a/src/shared/ui/SnackbarAlert.tsx +++ b/src/shared/ui/SnackbarAlert.tsx @@ -29,6 +29,7 @@ const SnackbarAlert = ({ onClose={onClose} anchorOrigin={anchorOrigin} sx={{ + zIndex: 9000, marginTop: { xs: "6.4rem", md: "8rem" }, }} >