Fit cart to screen and allow scrolling so we can always access all of it

This commit is contained in:
Rohan Mitchell
2016-01-13 16:00:43 +11:00
parent 71569324f4
commit a07eabca55

View File

@@ -13,6 +13,9 @@
right: 10px
top: 55px
width: 480px
overflow-y: auto
max-height: calc(95vh - 55px)
@media screen and (max-width: 640px)
width: 96%
@@ -48,7 +51,7 @@
.cart-item-delete
a.delete
font-size: 1.125em
.item-thumb-image
display: none
@media screen and (min-width: 640px)