Skip to content

Commit

Permalink
Merge pull request #202 from davidojedacl/CHI-170-Fix-z-index-issues-…
Browse files Browse the repository at this point in the history
…in-component-examples

[CHI-170] Fix z-index issues in component examples
  • Loading branch information
jllr authored Jan 23, 2019
2 parents ad76e5e + e776327 commit e698c41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/chi/components/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
min-height: 4rem;
padding: .75rem 1rem;
width: 100%;
z-index: 1;
@include respond-to(sm) {
height: 4rem;
padding: 0 1rem;
Expand Down
2 changes: 1 addition & 1 deletion src/website/layouts/partials/header.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
header.o-header.docs-header
header.o-header.docs-header.-z--100
.o-header__content
a.a-brand.docs-header__logo(href=`${rootPath}`, aria-label='CenturyLink')
svg(viewBox='0 0 204 41', xmlns='http://www.w3.org/2000/svg')
Expand Down

0 comments on commit e698c41

Please sign in to comment.