Skip to content

Commit

Permalink
Media: fix search z-index over sticky bar
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar authored and retrofox committed Mar 9, 2017
1 parent 01cd1bb commit e6e6b0b
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 @@ -39,6 +39,7 @@ $z-layers: (
'.site-icon.is-blank .gridicon': 0,
'.chart__bar-section.is-spacer': 0,
'.gear-dropdown:after': 0,
'.media-library .search.is-expanded-to-container': 1,
'.ribbon': 1,
'.reader__featured-post': 0,
'.reader__featured-post-title': 1,
Expand Down
1 change: 1 addition & 0 deletions client/my-sites/media-library/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

.section-nav {
flex: 1 auto;
z-index: z-index( 'root', '.media-library .search.is-expanded-to-container' );
}

.plan-storage {
Expand Down

0 comments on commit e6e6b0b

Please sign in to comment.