diff --git a/frontend/src/components/ProductListItem.tsx b/frontend/src/components/ProductListItem.tsx index 321115f..59dbf07 100644 --- a/frontend/src/components/ProductListItem.tsx +++ b/frontend/src/components/ProductListItem.tsx @@ -74,6 +74,7 @@ const ProductListItem: React.FC = ( title={product.name} onDragStart={handleDisableDragAndDrop} onDrop={handleDisableDragAndDrop} + scroll >