Skip to content

Commit

Permalink
Fix #1213. Removed unwanted css for modal (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Oct 26, 2016
1 parent 8173109 commit 4756c3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/client/product/assets/css/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ html, body, #container, .fill {

.modal-body {
background-color: white;
}
#mapstore-print-panel .modal-body {
max-height: calc(100vh - 190px);
overflow-y: auto;
}
Expand Down

0 comments on commit 4756c3f

Please sign in to comment.