Skip to content

Commit

Permalink
Fix loader height so no vertical scrollbar shows
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Dec 2, 2022
1 parent a42b75f commit fc87b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const LoaderContainer = styled.div`
display: flex;
align-items: center;
justify-content: center;
height: 100%;
height: 98%;
`}
`;

Expand Down

0 comments on commit fc87b75

Please sign in to comment.