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
  • Loading branch information
sidolov authored Jan 3, 2019
2 parents f34f1f0 + 87c06f7 commit c4b3044
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 c4b3044

Please sign in to comment.