Only apply cart scrolling to non-mobile devices

This commit is contained in:
Rohan Mitchell
2016-01-15 16:54:56 +11:00
parent eeb31f65c3
commit 07d691fc97

View File

@@ -13,8 +13,10 @@
right: 10px
top: 55px
width: 480px
overflow-y: auto
max-height: calc(95vh - 55px)
@media screen and (min-width: 641px)
overflow-y: auto
max-height: calc(95vh - 55px)
@media screen and (max-width: 640px)
width: 96%