Skip to content

Commit

Permalink
fix: Loader should be at the center
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Sep 19, 2016
1 parent d764274 commit 8e9e8f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/loader.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;

&::after {
content: '';
Expand Down

0 comments on commit 8e9e8f8

Please sign in to comment.