.product-form-image-thumbnail { max-width: 250px; min-width: 250px; .card { height: 100%; } img { object-fit: cover; height: 100%; } .context-menu-button { margin: -1rem; background: rgba(0, 0, 0, .4); color: white; border: none; border-radius: 0 0 0 0.25rem; padding: 0 0 2px 0; cursor: pointer !important; } } #input-images-row { flex-wrap: unset; overflow-x: auto; } .draghandle { margin-left: -74px; padding-right: 24px; cursor: move; display: none; } #products.dragging .draghandle { display: inline-block !important; } #products.dragging .products-wrapper { display: none !important; }