Skip to content

Commit

Permalink
[APM] Fix horizontal scrollbar being visible in windows 8.1 (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte authored Nov 27, 2018
1 parent 82be683 commit f193cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/public/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
</kbn-top-nav>
</div>

<div id="react-apm-root" style="overflow-x: scroll;"></div>
<div id="react-apm-root" style="overflow-x: auto;"></div>

0 comments on commit f193cad

Please sign in to comment.