diff --git a/package.json b/package.json
index ac2b4ec..f4f7030 100644
--- a/package.json
+++ b/package.json
@@ -21,8 +21,7 @@
"babel": {
"presets": [
"@babel/preset-env",
- "@babel/preset-react",
- "minify"
+ "@babel/preset-react"
]
}
}
diff --git a/static/css/order-hardware.css b/static/css/order-hardware.css
index 66c915e..a2e2f24 100644
--- a/static/css/order-hardware.css
+++ b/static/css/order-hardware.css
@@ -8,6 +8,10 @@
font-size: .75em;
}
+.simu-clone {
+ z-index: 10;
+}
+
/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
diff --git a/static/js/shop.jsx b/static/js/shop.jsx
index fe23e0c..40259c4 100644
--- a/static/js/shop.jsx
+++ b/static/js/shop.jsx
@@ -255,7 +255,7 @@ class ProductItem extends React.PureComponent {
{/* Allows to simulate a clone */}
{snapshot.isDragging && (
-
+
)}
)}