mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fit cart to screen and allow scrolling so we can always access all of it
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user