Work items: 30363

This commit is contained in:
hartvig
2011-09-14 16:18:05 -02:00
parent 3522d68755
commit 910af5ea99

View File

@@ -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);