mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #140 from metbosch/fix/124_scroll_large_images
Allowed scroll on binary-file container
This commit is contained in:
commit
2875958363
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…
Reference in a new issue