diff --git a/services/web/public/stylesheets/app/editor/binary-file.less b/services/web/public/stylesheets/app/editor/binary-file.less index 8e04d2112d..8e8467e5f9 100644 --- a/services/web/public/stylesheets/app/editor/binary-file.less +++ b/services/web/public/stylesheets/app/editor/binary-file.less @@ -2,6 +2,7 @@ padding: @line-height-computed / 2; background-color: @gray-lightest; text-align: center; + overflow: auto; img { max-width: 100%; max-height: 90%; @@ -17,4 +18,4 @@ color: @gray; } -} \ No newline at end of file +}