Skip to content

Commit

Permalink
The html, body width/height have to be specified or jbrowse is blank
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 10, 2017
1 parent 695c71b commit b2bb6f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.jbrowsecontainer {
html, body {
height: 100%;
width: 100%;
padding: 0;
border: 0;
}

.jbrowsecontainer {
font-size: 12px;
font-family: Univers,Trebuchet MS,Helvetica,Arial,sans-serif;
}
Expand Down

0 comments on commit b2bb6f0

Please sign in to comment.