Skip to content

Commit

Permalink
fix(project): fix vertical centering loadingoverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Aug 4, 2021
1 parent ef4686e commit 5ecdc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoadingOverlay/LoadingOverlay.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
left: 0;
z-index: variables.$loading-z-index;
width: 100vw;
height: 100vh;
height: calc(100vh - calc(100vh - 100%));
background-color: var(--body-background-color);
}

Expand Down

0 comments on commit 5ecdc24

Please sign in to comment.