Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Also fix #2 for export preview
Browse files Browse the repository at this point in the history
  • Loading branch information
florianf committed Feb 1, 2016
1 parent 71f643f commit 477353c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/Metadata.bones
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ view.prototype.render = function() {

this.updatePreview();

$("#meta-map .zoom-display").css({
top: "63px",
width: "120px"
});

return this;
};

Expand Down

0 comments on commit 477353c

Please sign in to comment.