Skip to content

Commit

Permalink
Fix geosolutions-it#1242. Add specific rules for Print Modal
Browse files Browse the repository at this point in the history
Fixed also z-index for that window.
  • Loading branch information
offtherailz committed Nov 4, 2016
1 parent 22b5c46 commit 5c50acb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/client/plugins/print/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
#mapstore-print-panel{
margin-top: 100px !important;
}
#mapstore-print-panel.modal-dialog {
z-index: 2000;
}

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

.mapstore-print-panel {
width: 850px;
Expand Down

0 comments on commit 5c50acb

Please sign in to comment.