From d2fd02315a92be9e842224fd2e1ea4cfcf2acee5 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 18 Oct 2012 07:46:46 -0200 Subject: [PATCH] Fix skin configurator in Chrome not working after install. SORRY for the commit to both files, still need to dive into the ASCX seperation --- .../umbraco/LiveEditing/Modules/SkinModule/SkinCustomizer.ascx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI/umbraco/LiveEditing/Modules/SkinModule/SkinCustomizer.ascx b/src/Umbraco.Web.UI/umbraco/LiveEditing/Modules/SkinModule/SkinCustomizer.ascx index 92a2a02af0..8bcd50acd8 100644 --- a/src/Umbraco.Web.UI/umbraco/LiveEditing/Modules/SkinModule/SkinCustomizer.ascx +++ b/src/Umbraco.Web.UI/umbraco/LiveEditing/Modules/SkinModule/SkinCustomizer.ascx @@ -27,6 +27,8 @@ function cancelSkinCustomization() { jQuery('#cancelSkinCustomization').trigger('click'); } + + jQuery('body div').css('z-index', 'auto');