Loading src/components/Modal/ModalWindow.helper.tsx +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ const Backdrop = styled.div` bottom: 0; background-color: rgba(0, 0, 0, 0.2); overflow-y: auto; z-index: 1000; `; const ModalCard = styled(Card)` Loading Loading
src/components/Modal/ModalWindow.helper.tsx +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ const Backdrop = styled.div` bottom: 0; background-color: rgba(0, 0, 0, 0.2); overflow-y: auto; z-index: 1000; `; const ModalCard = styled(Card)` Loading