From f014dd11254e6bcc8332968bb72bd7381369f320 Mon Sep 17 00:00:00 2001 From: Matteo Cantarelli Date: Wed, 17 Aug 2016 10:50:00 +0100 Subject: [PATCH] Fix for z-index --- src/main/webapp/js/components/ComponentFactory.js | 1 + src/main/webapp/js/components/dev/form/Form.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/components/ComponentFactory.js b/src/main/webapp/js/components/ComponentFactory.js index 84c30598c..46b7e1830 100644 --- a/src/main/webapp/js/components/ComponentFactory.js +++ b/src/main/webapp/js/components/ComponentFactory.js @@ -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); } diff --git a/src/main/webapp/js/components/dev/form/Form.css b/src/main/webapp/js/components/dev/form/Form.css index f187a4486..43fea684e 100644 --- a/src/main/webapp/js/components/dev/form/Form.css +++ b/src/main/webapp/js/components/dev/form/Form.css @@ -33,7 +33,6 @@ .geppettoForm label { width: 50%; color: white; - z-index:10; } .geppettoForm input,