From 43d723bcfb9e3da43d8eda742409d58efe2c06ae Mon Sep 17 00:00:00 2001 From: metbosch Date: Mon, 19 Jan 2015 23:34:49 +0100 Subject: [PATCH] Allowed scroll on binary-file container Set overflow in auto mode to allow large images. --- services/web/public/stylesheets/app/editor/binary-file.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}