Skip to content

Commit

Permalink
fix(storefront): BCTHEME-944 Tooltip on close button of modal is shifted
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 committed Dec 6, 2021
1 parent 0ae03c5 commit 8eeff0d
Showing 1 changed file with 2 additions and 1 deletion.
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 8eeff0d

Please sign in to comment.