Skip to content

Commit

Permalink
Highstock: Fixed highcharts#4798, single from range selector input vi…
Browse files Browse the repository at this point in the history
…sible on chart border.
  • Loading branch information
TorsteinHonsi committed Dec 8, 2015
1 parent 2002a4c commit cfa1133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/highstock.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -22919,6 +22919,7 @@
textAlign: 'center',
fontSize: chartStyle.fontSize,
fontFamily: chartStyle.fontFamily,
left: '-9em', // #4798
top: chart.plotTop + PX // prevent jump on focus in Firefox
}, options.inputStyle), div);

Expand Down
1 change: 1 addition & 0 deletions js/parts/RangeSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ RangeSelector.prototype = {
textAlign: 'center',
fontSize: chartStyle.fontSize,
fontFamily: chartStyle.fontFamily,
left: '-9em', // #4798
top: chart.plotTop + PX // prevent jump on focus in Firefox
}, options.inputStyle), div);

Expand Down

0 comments on commit cfa1133

Please sign in to comment.