Skip to content

Commit

Permalink
Reposition loading spinner to not cover privacy policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoups committed Aug 26, 2021
1 parent fd25073 commit 65f51e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/components/_natalForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ form.natal-form {

.loader {
position: absolute;
top: 0; right: 0;
left: 0.1rem; top: 0.1rem;
@include xs { position: fixed; }
height: 25px; width: 25px;
filter: $form-text-c-svg;
Expand Down

0 comments on commit 65f51e5

Please sign in to comment.