diff --git a/src/Components/Common/Modal/index.tsx b/src/Components/Common/Modal/index.tsx index 4e0ad993..cdf6ab91 100644 --- a/src/Components/Common/Modal/index.tsx +++ b/src/Components/Common/Modal/index.tsx @@ -63,6 +63,7 @@ const Modal = ({ ); }; + const ModalBackDropWrapper = styled.div` position: fixed; z-index: 999; @@ -73,6 +74,7 @@ const ModalBackDropWrapper = styled.div` display: flex; justify-content: center; align-items: center; + backdrop-filter: brightness(0.9); `; const ModalWrapper = styled.div`