Skip to content

Commit

Permalink
Add z-index to header
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Oct 14, 2019
1 parent 083f3b8 commit 81d2cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/gutenboarding/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border-bottom: 1px solid $light-gray-500;
height: $header-height;
background: $white;
z-index: 1;
z-index: z-index( '.edit-post-header' );

left: 0;
right: 0;
Expand Down

0 comments on commit 81d2cff

Please sign in to comment.