diff --git a/src/lib/viewers/text/CSV.scss b/src/lib/viewers/text/CSV.scss index 7407a2eeb..114b3feca 100644 --- a/src/lib/viewers/text/CSV.scss +++ b/src/lib/viewers/text/CSV.scss @@ -38,6 +38,7 @@ height: 100%; justify-content: center; overflow: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; padding: 0 .5em; width: 100%; }