Skip to content

Commit

Permalink
[hotfix] appbuilder modal z-index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 17, 2016
1 parent 7cdb23f commit 3461538
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions panoramix/assets/stylesheets/panoramix.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ body {
margin: 0px !important;
}

.modal-dialog {
z-index: 1100;
}

input.form-control {
background-color: white;
}
Expand Down

1 comment on commit 3461538

@williaster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! LGTM

Please sign in to comment.