Skip to content

Commit

Permalink
fix Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Mich47 committed May 4, 2023
1 parent 31b4a03 commit d2f0e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions src/components/Loader/Loader.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ export const LoaderWrapper = styled.div`
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10000;
`;

export const LoaderPrivatePageWrapper = styled.div`
position: absolute;
top: calc((100vh / 2) - 88px);
left: 50%;
transform: translate(-50%, -50%);
z-index: 10000;
@media (min-width: 768px) {
top: calc((100vh / 2) - 102px);
Expand Down

0 comments on commit d2f0e95

Please sign in to comment.