From 07d691fc974a9688648e37bb7b0cf6143ee6d116 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 15 Jan 2016 16:54:56 +1100 Subject: [PATCH] Only apply cart scrolling to non-mobile devices --- app/assets/stylesheets/darkswarm/shopping-cart.css.sass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/shopping-cart.css.sass b/app/assets/stylesheets/darkswarm/shopping-cart.css.sass index 9bdedb806c..6fd48e0970 100644 --- a/app/assets/stylesheets/darkswarm/shopping-cart.css.sass +++ b/app/assets/stylesheets/darkswarm/shopping-cart.css.sass @@ -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%