mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 15:37:36 +00:00
Allowed scroll on binary-file container
Set overflow in auto mode to allow large images.
This commit is contained in:
parent
90bb12db40
commit
43d723bcfb
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue