Merge pull request #140 from metbosch/fix/124_scroll_large_images

Allowed scroll on binary-file container
This commit is contained in:
James Allen 2015-02-09 13:32:57 +00:00
commit 2875958363

View file

@ -2,6 +2,7 @@
padding: @line-height-computed / 2; padding: @line-height-computed / 2;
background-color: @gray-lightest; background-color: @gray-lightest;
text-align: center; text-align: center;
overflow: auto;
img { img {
max-width: 100%; max-width: 100%;
max-height: 90%; max-height: 90%;