Skip to content

Commit

Permalink
Closes #1130 checkout button was not reachable in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Herzog committed May 15, 2017
1 parent a294147 commit 35a8cdd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@
}
}

.ie11 .offcanvas-cart-footer-row .col {
width: auto;
-ms-flex-preferred-size: auto;
}

.offcanvas-cart-external-checkout {
background: #fff;
padding: 0.5rem 1rem;
Expand Down

0 comments on commit 35a8cdd

Please sign in to comment.