Skip to content

Commit

Permalink
update: z-index for repo card
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhadG committed Nov 27, 2015
1 parent 4f2f855 commit 49e91e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/repo-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ var RepoCard = RepoCard || (function() {
else {
var el = document.createElement('div');
el.id = 'repo-card-container';
el.style.zIndex = 999999;
el.innerHTML = _generateRepoCard(this.params, this.theme.template);
document.body.appendChild(el);
document.getElementsByTagName('head')[0].appendChild(_generateStylingTag(this.params.theme));
Expand Down
1 change: 1 addition & 0 deletions repo-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ var RepoCard = RepoCard || (function() {
else {
var el = document.createElement('div');
el.id = 'repo-card-container';
el.style.zIndex = 999999;
el.innerHTML = _generateRepoCard(this.params, this.theme.template);
document.body.appendChild(el);
document.getElementsByTagName('head')[0].appendChild(_generateStylingTag(this.params.theme));
Expand Down
2 changes: 1 addition & 1 deletion repo-card.min.js

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

0 comments on commit 49e91e9

Please sign in to comment.