diff --git a/assets/style/stylesheet.css b/assets/style/stylesheet.css index 2f9bb26..876ed70 100644 --- a/assets/style/stylesheet.css +++ b/assets/style/stylesheet.css @@ -31,6 +31,11 @@ -webkit-user-select: none; -webkit-user-drag: none; } +img { + -webkit-user-drag: none; + -khtml-user-drag: none; + user-drag: none; +} .product-box, .cart-items, .settings-product-list { cursor: pointer; }