Skip to content

Commit

Permalink
Apply z-index to position editor sidebar atop HTML toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 27, 2017
1 parent 9a04c53 commit 83081dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/stylesheets/shared/functions/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ $z-layers: (
'.domain-suggestion.is-clickable:hover': 1,
'.editor-html-toolbar': 1,
'.thank-you-card__header': 1,
'.post-editor__sidebar': 2,
'.editor-action-bar .editor-status-label': 2,
'.is-installing .theme': 2,
'.reader-update-notice': 2,
Expand Down
1 change: 1 addition & 0 deletions client/post-editor/editor-sidebar/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.post-editor__sidebar {
@extend .sidebar;
z-index: z-index( 'root', '.post-editor__sidebar' );
background: lighten( $gray, 30% );
left: auto;
right: -273px;
Expand Down

0 comments on commit 83081dc

Please sign in to comment.