Skip to content

Commit

Permalink
fix geosolutions-it#1204 added correct z-order of widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
saidaipparla committed Nov 8, 2016
1 parent ba7ff95 commit 4872786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/client/plugins/burgermenu/burgermenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
position: relative;
float: right;
left: 0;
z-index: 100;
}
3 changes: 3 additions & 0 deletions web/client/product/assets/css/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ html, body, #container, .fill {
left: auto;
bottom: 3px;
}
.modal-dialog-container {
z-index: 2000!important;
}

0 comments on commit 4872786

Please sign in to comment.