Skip to content

Commit

Permalink
Merge pull request #1422 from bc-zoharmuzafi/sale_badge
Browse files Browse the repository at this point in the history
changed z-index for header to higher
  • Loading branch information
bc-zoharmuzafi committed Jan 16, 2019
2 parents f47f1d8 + d4cb689 commit 9f28b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Fixed breadcrumbs for product and category pages [#1403](https://github.com/bigcommerce/cornerstone/pull/1403)
- Send GA tracking event whenever the last product is removed from the CART[#1409](https://github.com/bigcommerce/cornerstone/pull/1409)
- Fix cart item quantity change rollback [#1418](https://github.com/bigcommerce/cornerstone/pull/1418)
- Changed z-index to higher for header [#1422](https://github.com/bigcommerce/cornerstone/pull/1422)

## 3.0.0 (2018-12-21)
### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/layouts/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
position: fixed;
top: 0;
width: 100%;
z-index: zIndex("low");
z-index: zIndex("higher");

@include breakpoint("medium") {
border-bottom: container("border");
Expand Down

0 comments on commit 9f28b36

Please sign in to comment.