Commit 4fed9d14 authored by LexSwed's avatar LexSwed
Browse files

fix(Modal): added z-index property

parent 7cfeb26c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)`