Skip to content

Commit b6b8efb

Browse files
ENGCOM-5779: #24441 : Minicart height calculated incorrectly when child items contain margins #24451
- Merge Pull Request #24451 from konarshankar07/magento2:minicart-height-calculate-incorrect-24441 - Merged commits: 1. 25a90fb
2 parents 7ba0c43 + 25a90fb commit b6b8efb

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ define([
347347
if ($(this).find('.options').length > 0) {
348348
$(this).collapsible();
349349
}
350-
outerHeight = $(this).outerHeight();
350+
outerHeight = $(this).outerHeight(true);
351351

352352
if (counter-- > 0) {
353353
height += outerHeight;

0 commit comments

Comments
 (0)