Skip to content

Commit

Permalink
Fix for z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
tarelli committed Aug 17, 2016
1 parent 7fbb123 commit f014dd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/main/webapp/js/components/ComponentFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ define(function (require) {

//Take focus away from close button
dialogParent.find("button.ui-dialog-titlebar-close").blur();
dialogParent.css("z-index","10");

container = dialog.get(0);
}
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/js/components/dev/form/Form.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
.geppettoForm label {
width: 50%;
color: white;
z-index:10;
}

.geppettoForm input,
Expand Down

0 comments on commit f014dd1

Please sign in to comment.