diff --git a/umbraco/presentation/umbraco/controls/ContentControl.cs b/umbraco/presentation/umbraco/controls/ContentControl.cs index 02290d2cca..6d55d644e3 100644 --- a/umbraco/presentation/umbraco/controls/ContentControl.cs +++ b/umbraco/presentation/umbraco/controls/ContentControl.cs @@ -483,7 +483,7 @@ namespace umbraco.controls else { Panel ph = new Panel(); - ph.Attributes.Add("style", "padding: 0; position: relative; z-index: 101;"); // NH 4.7.1, latest styles added to support CP item: 30363 + ph.Attributes.Add("style", "padding: 0; position: relative; z-index: 1;"); // NH 4.7.1, latest styles added to support CP item: 30363 ph.Controls.Add(pp); tp.Controls.Add(ph);