Skip to content

Commit

Permalink
Fixed live editing css (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto authored Feb 9, 2017
1 parent 3449683 commit fc03ef1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/client/examples/plugins/assets/css/plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ html, body, #container, #map {
padding: 10px;
border-radius: 10px;
}

.fade.in.modal {
z-index: 10000;
}

0 comments on commit fc03ef1

Please sign in to comment.