diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/umbstickybar.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/umbstickybar.directive.js index a00138db15..fb5a558fd0 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/umbstickybar.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/umbstickybar.directive.js @@ -133,7 +133,9 @@ Use this directive make an element sticky and follow the page when scrolling. clonedBar.addClass('-umb-sticky-bar'); clonedBar.css({ 'position': 'fixed', - 'z-index': 500, + // if you change this z-index value, make sure the sticky editor sub headers do not + // clash with umb-dropdown (e.g. the content actions dropdown in content list view) + 'z-index': 99, 'visibility': 'hidden' }); diff --git a/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.html b/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.html index f38bb78929..56db1fd88a 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.html @@ -12,7 +12,7 @@
Tours
- +
@@ -38,7 +38,7 @@ {{ tour.name }}
- +
@@ -51,11 +51,11 @@
-
-
+
+
{{dashboard.label}}
+
-
{{property.caption}}
-
+
@@ -105,7 +105,7 @@ - +
Visit our.umbraco.com
The friendliest community