Skip to content

Commit

Permalink
zindex for spinner and loader were inconsistent
Browse files Browse the repository at this point in the history
  • Loading branch information
chieffancypants committed Feb 14, 2014
1 parent 12eb096 commit 2bc4045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/loading-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#loading-bar-spinner {
display: block;
position: fixed;
z-index: 100;
z-index: 2000;
top: 10px;
left: 10px;
}
Expand Down
2 changes: 1 addition & 1 deletion build/loading-bar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/loading-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#loading-bar-spinner {
display: block;
position: fixed;
z-index: 100;
z-index: 2000;
top: 10px;
left: 10px;
}
Expand Down

0 comments on commit 2bc4045

Please sign in to comment.