Skip to content

Commit

Permalink
Fix IE scrollbar issue on TSVB gauges in dashboard (#22740) (#22748)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Sep 6, 2018
1 parent 2f0cf25 commit af0817c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ class GaugeVis extends Component {
position: 'relative',
display: 'flex',
rowDirection: 'column',
flex: '1 0 auto'
flex: '1 0 auto',
overflow: 'hidden', // Fixes IE scrollbars issue
},
svg: {
position: 'absolute',
Expand Down

0 comments on commit af0817c

Please sign in to comment.