Skip to content

Commit

Permalink
Fixed spinner positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch committed Jun 20, 2016
1 parent ff81c29 commit 6ebc93c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ body {
width: 100%;
height: 100%;
}

.loader {
position: relative;
// arbitrarily chosen height
height: 300px;
width: 100%;
}

0 comments on commit 6ebc93c

Please sign in to comment.