Allowed scroll on binary-file container

Set overflow in auto mode to allow large images.
This commit is contained in:
metbosch 2015-01-19 23:34:49 +01:00
parent 90bb12db40
commit 43d723bcfb

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;
}
}
}