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 1ddb279 commit 93aa996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/community/shared/modal/CreateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const CreateModal = () => {
useOnClickOutside(ref, () => setOpen(false));

return (
<div className="fixed inset-0 bg-gray-900 bg-opacity-30 z-[9999]">
<div className="fixed inset-0 bg-gray-900 bg-opacity-30 z-[99999]">
<motion.div
transition={{
duration: 0.1,
Expand Down

0 comments on commit 93aa996

Please sign in to comment.