diff --git a/vue/src/components/ShoppingLineItem.vue b/vue/src/components/ShoppingLineItem.vue index de4068d91..96f8eec57 100644 --- a/vue/src/components/ShoppingLineItem.vue +++ b/vue/src/components/ShoppingLineItem.vue @@ -321,6 +321,10 @@ export default { display: none; } +.swipe-container { + scrollbar-width: none; /* For Firefox */ +} + /* main element should always snap into view */ .swipe-element { scroll-snap-align: start;