Skip to content

Commit

Permalink
fix : 로그아웃 모달 z인덱스 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
banhogu committed Jun 9, 2024
1 parent 93aa996 commit e05882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/successModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';

const SuccessModal = () => {
return (
<div className="fixed inset-0 flex items-center justify-center bg-black bg-opacity-50 z-[20]">
<div className="fixed inset-0 flex items-center justify-center bg-black bg-opacity-50 z-[99999]">
<div className="w-[281px] h-[159px] bg-white rounded-2xl flex flex-col ">
<div className="p-4 text-center mt-[30px] pb-[10px]">
<div className="text-center text-black/opacity-20 text-lg font-bold font-['Pretendard'] leading-normal">
Expand Down

0 comments on commit e05882c

Please sign in to comment.