Skip to content

Commit

Permalink
Restricted max height of the modal
Browse files Browse the repository at this point in the history
Now it shouldn’t become bigger then the original version
  • Loading branch information
robertkirsz committed Oct 19, 2016
1 parent 1014c84 commit ef30607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/product/assets/css/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ html, body, #container, .fill {

.modal-body {
background-color: white;
height: calc(100vh - 190px);
max-height: calc(100vh - 190px);
overflow-y: auto;
}

Expand Down

0 comments on commit ef30607

Please sign in to comment.