Skip to content

Commit

Permalink
Merge pull request #1137 from mjschock/STRF-4220
Browse files Browse the repository at this point in the history
STRF-4220 - Fix image-overlap on Orders page
  • Loading branch information
mjschock authored Jan 3, 2018
2 parents 85c8032 + 0862185 commit f8c8802
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"global-require": 0,
"newline-per-chained-call": 0,
"arrow-parens": 0,
"prefer-destructuring": 0
"prefer-destructuring": 0,
"import/no-named-as-default": 0,
"import/no-named-as-default-member": 0
},
"env": {
"es6": true,
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fixes mobile swatch selectability styling. [#1131](https://github.com/bigcommerce/cornerstone/pull/1131)
- Fix Logo not loading on UCO page [#1132](https://github.com/bigcommerce/cornerstone/pull/1132)
- Fixes functionality of date picker option on product pages. [#1125](https://github.com/bigcommerce/cornerstone/pull/1125)
- Fix image-overlap on Orders page [#1137](https://github.com/bigcommerce/cornerstone/pull/1137)

## 1.10.0 (2017-11-15)
- Fix spaces in faceted search option names [#1113](https://github.com/bigcommerce/cornerstone/pull/1113)
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/components/foundation/lazyLoad/_lazyLoad.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

@mixin lazy-loaded-img() {
position: absolute;
position: relative;
top: 0;
bottom: 0;
left: 0;
Expand Down

0 comments on commit f8c8802

Please sign in to comment.