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;
background-color: @gray-lightest;
text-align: center;
overflow: auto;
img {
max-width: 100%;
max-height: 90%;
@ -17,4 +18,4 @@
color: @gray;
}
}
}