Skip to content

Commit

Permalink
Fix for image zoom overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-d committed Jan 28, 2016
1 parent b8ce352 commit 182a78e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/css/up1.css
Expand Up @@ -101,6 +101,11 @@
width: 0;
}

#previewimg {
max-height: 100%;
max-width: 100%;
}

#previewimg img {
display: block;
margin: 0 auto;
Expand Down

0 comments on commit 182a78e

Please sign in to comment.