Skip to content

Commit

Permalink
ENGCOM-3778: [Backport]Fix issue 19507 - Frontend Minicart dropdown a…
Browse files Browse the repository at this point in the history
…lignment issue #19889

 - Merge Pull Request #19889 from speedy008/magento2:fix-issue-bk-19507
 - Merged commits:
   1. afba6e4
  • Loading branch information
magento-engcom-team committed Jan 2, 2019
2 parents 77294bf + afba6e4 commit 87c06f7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
@_toggle-selector: ~'.action.showcart',
@_options-selector: ~'.block-minicart',
@_dropdown-list-width: 320px,
@_dropdown-list-position-right: 0px,
@_dropdown-list-position-right: -10px,
@_dropdown-list-pointer-position: right,
@_dropdown-list-pointer-position-left-right: 26px,
@_dropdown-list-pointer-position-left-right: 12px,
@_dropdown-list-z-index: 101,
@_dropdown-toggle-icon-content: @icon-cart,
@_dropdown-toggle-active-icon-content: @icon-cart,
Expand Down Expand Up @@ -412,7 +412,6 @@
margin-left: 13px;

.block-minicart {
right: -15px;
width: 390px;
}
}
Expand Down

0 comments on commit 87c06f7

Please sign in to comment.