Skip to content

Commit 35a8cdd

Browse files
Closes smartstore#1130 checkout button was not reachable in IE11
1 parent a294147 commit 35a8cdd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/Presentation/SmartStore.Web/Themes/Flex/Content

src/Presentation/SmartStore.Web/Themes/Flex/Content/_cart.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@
156156
}
157157
}
158158

159+
.ie11 .offcanvas-cart-footer-row .col {
160+
width: auto;
161+
-ms-flex-preferred-size: auto;
162+
}
163+
159164
.offcanvas-cart-external-checkout {
160165
background: #fff;
161166
padding: 0.5rem 1rem;

0 commit comments

Comments
 (0)