Skip to content

Commit

Permalink
Hardcode header z-index to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero authored and sirreal committed Apr 28, 2020
1 parent c023013 commit 25948bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/landing/gutenboarding/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $padding--gutenboarding__header: $grid-unit-10;
border-bottom: 1px solid $light-gray-500;
height: $gutenboarding-header-height;
background: $white;
z-index: z-index( '.block-editor-editor-skeleton__header' );
z-index: 1;
left: 0;
right: 0;
// Stick the toolbar to the top, because the admin bar is not fixed on mobile.
Expand Down

0 comments on commit 25948bf

Please sign in to comment.