mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Only apply cart scrolling to non-mobile devices
This commit is contained in:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user