Skip to content

Commit

Permalink
fix(storefront): BCTHEME-944 Tooltip on close button of modal is shif…
Browse files Browse the repository at this point in the history
…ted (#2148)
  • Loading branch information
yurytut1993 committed Dec 8, 2021
1 parent 1737437 commit afd2401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Fix tooltip on close button of modal is shifted. [#2148](https://github.com/bigcommerce/cornerstone/pull/2148)
- Optimized usage of jsTree library. [#2145](https://github.com/bigcommerce/cornerstone/pull/2145)
- Replace schema microdata with LD+JSON tag. [#2138](https://github.com/bigcommerce/cornerstone/pull/2138)
- Translation Gap: Checkbox Option selection on Product. [#2063](https://github.com/bigcommerce/cornerstone/pull/2063)
Expand Down
3 changes: 2 additions & 1 deletion assets/scss/components/foundation/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
}

&::after {
right: calc(50% - remCalc(10px));
right: 50%;
transform: translateX(remCalc(10px));
}
}

Expand Down

0 comments on commit afd2401

Please sign in to comment.