diff --git a/assets/stylesheets/shared/functions/_z-index.scss b/assets/stylesheets/shared/functions/_z-index.scss index 8dd419ae3c349..097e7493e5771 100644 --- a/assets/stylesheets/shared/functions/_z-index.scss +++ b/assets/stylesheets/shared/functions/_z-index.scss @@ -75,6 +75,7 @@ $z-layers: ( '.domain-suggestion.is-clickable:hover': 1, '.editor-html-toolbar': 1, '.thank-you-card__header': 1, + '.editor-action-bar__saved-status': 2, '.is-installing .theme': 2, '.reader-update-notice': 2, '.people-list-item .card__link-indicator': 2, @@ -92,6 +93,7 @@ $z-layers: ( 'ul.module-content-list-item-actions.collapsed': 3, '.auth__input-wrapper .gridicon': 3, '.auth__self-hosted-instructions': 4, + '.editor-word-count': 4, '.auth__form .form-password-input__toggle-visibility': 4, '.site-selector': 10, '.editor-featured-image__preview.is-transient::after': 10, diff --git a/client/post-editor/editor-action-bar/index.jsx b/client/post-editor/editor-action-bar/index.jsx index 66c8a298a7cfc..d59d4daff8a12 100644 --- a/client/post-editor/editor-action-bar/index.jsx +++ b/client/post-editor/editor-action-bar/index.jsx @@ -41,6 +41,7 @@ export default React.createClass( {