Skip to content

Commit

Permalink
#68 z-index for LoadingOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
artzub committed Feb 3, 2022
1 parent a8e2635 commit 67c7c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/components/LoadingOverlay/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const Overlay = styled.div`
background: rgba(0, 0, 0, 0.1);
justify-content: center;
align-items: center;
z-index: 1;
`;

const Loading = ({ className, loading, ...rest }) => (
Expand Down

0 comments on commit 67c7c0e

Please sign in to comment.