Skip to content

Commit

Permalink
Fixes display bug where reset zoom button overlaps Y-Axis Toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobsonMT committed Aug 3, 2016
1 parent a22a81f commit 50668bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotrack/src/main/webapp/resources/js/genes.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function createGenericLineChart(renderTo, args, baseMin, baseMax) {
position: {
align: 'left',
// verticalAlign: 'top', // by default
x: 0,
x: 35,
y: -35,
}
},
Expand Down

0 comments on commit 50668bd

Please sign in to comment.