Skip to content

Commit

Permalink
web: Make preloader position relative
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs authored and Herschel committed Jul 10, 2022
1 parent c48ca28 commit ded77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/core/src/shadow-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ preloaderTemplate.innerHTML = `
align-items: center;
justify-content: center;
aspect-ratio: 2;
position: absolute;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
Expand Down

0 comments on commit ded77ab

Please sign in to comment.