We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c071 commit ecf2f62Copy full SHA for ecf2f62
app/code/Magento/Checkout/view/frontend/web/js/sidebar.js
@@ -246,6 +246,7 @@ define([
246
target = $(this.options.minicart.list),
247
outerHeight;
248
249
+ self.scrollHeight = 0;
250
target.children().each(function () {
251
252
if ($(this).find('.options').length > 0) {
@@ -259,7 +260,7 @@ define([
259
260
self.scrollHeight += outerHeight;
261
});
262
- target.height(height);
263
+ target.parent().height(height);
264
}
265
266
0 commit comments