Skip to content

Commit 90e6be3

Browse files
authored
Merge pull request #35 from Robert-Nelson/Issue-28
Fix Issue #28 - SAVE/DONE button blocks faces in upper left corner
2 parents ce7b102 + 7c82111 commit 90e6be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/admin_mug.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ var MugShot = {
325325
btn.className = 'mugshot-done-button';
326326
btn.id = 'mugShotSubmit';
327327
btn.style.left = '0px';
328-
btn.style.top = '0px';
328+
btn.style.bottom = '0px';
329329
btn.onclick = this.submitMugShots.bind(this);
330330
this.submitBtn = btn;
331331
document.getElementById(this.id2).append(btn);

0 commit comments

Comments
 (0)