Skip to content

Commit

Permalink
fix for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Derohanian committed Dec 7, 2012
1 parent 39ffa42 commit 95604b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JBrowse/Browser.js
Expand Up @@ -1541,6 +1541,7 @@ Browser.prototype.createNavBox = function( parent ) {
var browserRoot = this.config.browserRoot ? this.config.browserRoot : "";
navbox.id = "navbox";
parent.appendChild(navbox);
navbox.appendChild(document.createElement("div"));
navbox.style.cssText = "text-align: left; z-index: 10;";

var four_nbsp = String.fromCharCode(160); four_nbsp = four_nbsp + four_nbsp + four_nbsp + four_nbsp;
Expand Down

0 comments on commit 95604b7

Please sign in to comment.