Skip to content

Commit

Permalink
Fix: Auto hide scrollbars for CSV on IE/Edge (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press authored Dec 20, 2017
1 parent 0fb95c1 commit 9509619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/viewers/text/CSV.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
height: 100%;
justify-content: center;
overflow: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 0 .5em;
width: 100%;
}
Expand Down

0 comments on commit 9509619

Please sign in to comment.